Html Css Color HEX #CAC517 Bird Flower

📋 copy color: '#CAC517'

red 202 ◦ green 197 ◦ blue 23

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

Shades of Bird Flower #CAC517

Tints of Bird Flower #CAC517

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

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

R = 47.87%
G = 46.68%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAC517 (or 0xCAC517) is known color: Bird Flower. HEX triplet: CA, C5 and 17. RGB value is (202,197,23). Sum of RGB (Red+Green+Blue) = 202+197+23=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC517 is #353AE8. Grayscale: #B3B3B3. Windows color (decimal): -3488489 or 1557962. OLE color: 1557962.

HSL color Cylindrical-coordinate representation of color #CAC517: hue angle of 58.32º 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 #CAC517 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 23 -
CMYK 0 0.02 0.89 0.21
HSL 58.32º 0.8% 0.44% -
HSV(B) 58.32º 0.89% 0.79% -
XYZ 44.48 52.55 8.61 -
YUV 178.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 202 197 23 0 0.02 0.89 0.21 58.32 0.8 0.44
Hex CA C5 17 0 2 59 15 3A 50 2C
Octal 312 305 27 0 2 131 25 72 120 54
Binary 11001010 11000101 10111 0 10 1011001 10101 111010 1010000 101100

Color Harmonies of #CAC517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC517

Black with #CAC517

Text Example


Text Example

White with #CAC517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC517; }

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

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

background-color css

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

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

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

border-color css

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

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

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