Html Css Color HEX #CCAB05 Bird Flower

📋 copy color: '#CCAB05'

red 204 ◦ green 171 ◦ blue 5

#CCAB05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CCAB05

Tints of Bird Flower #CCAB05

RGB

 RED value IS 204 (80.08% from 255) = 53.68%

 GREEN value IS 171 (67.19% from 255) = 45%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 53.68%
G = 45%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCAB05 (or 0xCCAB05) is known color: Bird Flower. HEX triplet: CC, AB and 05. RGB value is (204,171,5). Sum of RGB (Red+Green+Blue) = 204+171+5=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAB05 is #3354FA. Grayscale: #A2A2A2. Windows color (decimal): -3364091 or 371660. OLE color: 371660.

HSL color Cylindrical-coordinate representation of color #CCAB05: hue angle of 50.05º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCAB05 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 5 -
CMYK 0 0.16 0.98 0.2
HSL 50.05º 0.95% 0.41% -
HSV(B) 50.05º 0.98% 0.8% -
XYZ 39.49 41.97 6.16 -
YUV 161.94 39.43 158 -
System Red Green Blue C M Y K H S L
Decimal 204 171 5 0 0.16 0.98 0.2 50.05 0.95 0.41
Hex CC AB 5 0 10 62 14 32 5F 29
Octal 314 253 5 0 20 142 24 62 137 51
Binary 11001100 10101011 101 0 10000 1100010 10100 110010 1011111 101001

Color Harmonies of #CCAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB05

Black with #CCAB05

Text Example


Text Example

White with #CCAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB05; }

 p { color: rgb(204,171,5); }

 H1.HeaderClassName
 {
   color: #CCAB05;
 }
 .AnyTagClassName
 {
   color: #CCAB05;
 }
</style>

background-color css

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

 a { background-color: rgb(204,171,5); }

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

border-color css

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

 span { border-color: rgb(204,171,5); }

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