Html Css Color HEX #CAC717 Bird Flower

📋 copy color: '#CAC717'

red 202 ◦ green 199 ◦ blue 23

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

Shades of Bird Flower #CAC717

Tints of Bird Flower #CAC717

RGB

 RED value IS 202 (79.3% from 255) = 47.64%

 GREEN value IS 199 (78.13% from 255) = 46.93%

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

R = 47.64%
G = 46.93%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAC717 (or 0xCAC717) is known color: Bird Flower. HEX triplet: CA, C7 and 17. RGB value is (202,199,23). Sum of RGB (Red+Green+Blue) = 202+199+23=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 23 (9.38% from 255 or 5.42% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC717 is #3538E8. Grayscale: #B4B4B4. Windows color (decimal): -3487977 or 1558474. OLE color: 1558474.

HSL color Cylindrical-coordinate representation of color #CAC717: hue angle of 58.99º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAC717 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 23 -
CMYK 0 0.01 0.89 0.21
HSL 58.99º 0.8% 0.44% -
HSV(B) 58.99º 0.89% 0.79% -
XYZ 44.94 53.47 8.76 -
YUV 179.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 202 199 23 0 0.01 0.89 0.21 58.99 0.8 0.44
Hex CA C7 17 0 1 59 15 3B 50 2C
Octal 312 307 27 0 1 131 25 73 120 54
Binary 11001010 11000111 10111 0 1 1011001 10101 111011 1010000 101100

Color Harmonies of #CAC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC717

Black with #CAC717

Text Example


Text Example

White with #CAC717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC717; }

 p { color: rgb(202,199,23); }

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

background-color css

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

 a { background-color: rgb(202,199,23); }

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

border-color css

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

 span { border-color: rgb(202,199,23); }

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