Html Css Color HEX #CAC509 Bird Flower

📋 copy color: '#CAC509'

red 202 ◦ green 197 ◦ blue 9

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

Shades of Bird Flower #CAC509

Tints of Bird Flower #CAC509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 49.51%
G = 48.28%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAC509 (or 0xCAC509) is known color: Bird Flower. HEX triplet: CA, C5 and 09. RGB value is (202,197,9). Sum of RGB (Red+Green+Blue) = 202+197+9=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC509 is #353AF6. Grayscale: #B1B1B1. Windows color (decimal): -3488503 or 640458. OLE color: 640458.

HSL color Cylindrical-coordinate representation of color #CAC509: hue angle of 58.45º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAC509 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 9 -
CMYK 0 0.02 0.96 0.21
HSL 58.45º 0.91% 0.41% -
HSV(B) 58.45º 0.96% 0.79% -
XYZ 44.37 52.51 8.05 -
YUV 177.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 202 197 9 0 0.02 0.96 0.21 58.45 0.91 0.41
Hex CA C5 9 0 2 60 15 3A 5B 29
Octal 312 305 11 0 2 140 25 72 133 51
Binary 11001010 11000101 1001 0 10 1100000 10101 111010 1011011 101001

Color Harmonies of #CAC509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC509

Black with #CAC509

Text Example


Text Example

White with #CAC509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC509; }

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

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

background-color css

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

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

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

border-color css

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

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

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