Html Css Color HEX #CCAF11 Bird Flower

📋 copy color: '#CCAF11'

red 204 ◦ green 175 ◦ blue 17

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

Shades of Bird Flower #CCAF11

Tints of Bird Flower #CCAF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 51.52%
G = 44.19%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCAF11 (or 0xCCAF11) is known color: Bird Flower. HEX triplet: CC, AF and 11. RGB value is (204,175,17). Sum of RGB (Red+Green+Blue) = 204+175+17=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF11 is #3350EE. Grayscale: #A6A6A6. Windows color (decimal): -3363055 or 1159116. OLE color: 1159116.

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

Color convert

RGB 204 175 17 -
CMYK 0 0.14 0.92 0.2
HSL 50.7º 0.85% 0.43% -
HSV(B) 50.7º 0.92% 0.8% -
XYZ 40.33 43.54 6.81 -
YUV 165.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 204 175 17 0 0.14 0.92 0.2 50.7 0.85 0.43
Hex CC AF 11 0 E 5C 14 33 55 2B
Octal 314 257 21 0 16 134 24 63 125 53
Binary 11001100 10101111 10001 0 1110 1011100 10100 110011 1010101 101011

Color Harmonies of #CCAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF11

Black with #CCAF11

Text Example


Text Example

White with #CCAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF11; }

 p { color: rgb(204,175,17); }

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

background-color css

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

 a { background-color: rgb(204,175,17); }

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

border-color css

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

 span { border-color: rgb(204,175,17); }

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