#CCAD08

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

Shades of Bird Flower #CCAD08

Tints of Bird Flower #CCAD08

Color information

#CCAD08 (or 0xCCAD08) is unknown color: approx Bird Flower. HEX triplet: CC, AD and 08. RGB value is (204,173,8). Sum of RGB (Red+Green+Blue) = 204+173+8=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAD08 is #3352F7. Grayscale: #A4A4A4. Windows color (decimal): -3363576 or 568780. OLE color: 568780.

HSL color Cylindrical-coordinate representation of color #CCAD08: hue angle of 50.51º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCAD08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB2041738-
CMYK00.150.960.2
HSL50.51º92.45%41.57%-
HSV(B)50.51º96.08%80%-
XYZ39.8942.746.38-
YUV163.4640.27156.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=52.99%
G=44.94%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204173800.150.960.250.5192.4541.57
HexCCAD80F6014335c2a
Octal31425510017140246313452
Binary11001100101011011000011111100000101001100111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD08; }

 p { color: rgb(204,173,8); }

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

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

 a { background-color: rgb(204,173,8); }

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

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

 span { border-color: rgb(204,173,8); }

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