Html Css Color HEX #CCAF17 Bird Flower

📋 copy color: '#CCAF17'

red 204 ◦ green 175 ◦ blue 23

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

Shades of Bird Flower #CCAF17

Tints of Bird Flower #CCAF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.72%

R = 50.75%
G = 43.53%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCAF17 (or 0xCCAF17) is known color: Bird Flower. HEX triplet: CC, AF and 17. RGB value is (204,175,23). Sum of RGB (Red+Green+Blue) = 204+175+23=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 23 (9.38% from 255 or 5.72% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAF17 is #3350E8. Grayscale: #A6A6A6. Windows color (decimal): -3363049 or 1552332. OLE color: 1552332.

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

Color convert

RGB 204 175 23 -
CMYK 0 0.14 0.89 0.2
HSL 50.39º 0.8% 0.45% -
HSV(B) 50.39º 0.89% 0.8% -
XYZ 40.39 43.56 7.09 -
YUV 166.34 47.11 154.86 -
System Red Green Blue C M Y K H S L
Decimal 204 175 23 0 0.14 0.89 0.2 50.39 0.8 0.45
Hex CC AF 17 0 E 59 14 32 50 2D
Octal 314 257 27 0 16 131 24 62 120 55
Binary 11001100 10101111 10111 0 1110 1011001 10100 110010 1010000 101101

Color Harmonies of #CCAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF17

Black with #CCAF17

Text Example


Text Example

White with #CCAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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