#ccb61c

Color #CCB61C Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CCB61C

Tints of Bird Flower #CCB61C

Color information

#CCB61C (or 0xCCB61C) is unknown color: approx Bird Flower. HEX triplet: CC, B6 and 1C. RGB value is (204,182,28). Sum of RGB (Red+Green+Blue) = 204+182+28=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB61C is #3349E3. Grayscale: #ABABAB. Windows color (decimal): -3361252 or 1881804. OLE color: 1881804.

HSL color Cylindrical-coordinate representation of color #CCB61C: hue angle of 52.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCB61C is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB20418228-
CMYK00.110.860.2
HSL52.5º75.86%45.49%-
HSV(B)52.5º86.27%80%-
XYZ41.8446.387.85-
YUV171.0247.29151.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 182 (71.48% from 255) = 43.96%
BLUE value IS 28 (11.33% from 255) = 6.76%
R=49.28%
G=43.96%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041822800.110.860.252.575.8645.49
HexCCB61C0B5614344c2d
Octal31426634013126246411455
Binary110011001011011011100010111010110101001101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccb61c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccb61c; }

 p { color: rgb(204,182,28); }

 H1.HeaderClassName
 {
   color: #ccb61c;
 }
 .AnyTagClassName
 {
   color: #ccb61c;
 }
</style>
background-color css

<style>
 a { background-color: #ccb61c; }

 a { background-color: rgb(204,182,28); }

 div.DivClassName
 {
   background-color: #ccb61c;
 }
 .BgClassName
 {
   background-color: #ccb61c;
 }
</style>
border-color css

<style>
 span { border-color: #ccb61c; }

 span { border-color: rgb(204,182,28); }

 td.TdClassName
 {
   border-color: #ccb61c;
 }
 .TagClassName
 {
   border-color: #ccb61c;
 }
</style>