Html Css Color HEX #CAC309 Bird Flower

📋 copy color: '#CAC309'

red 202 ◦ green 195 ◦ blue 9

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

Shades of Bird Flower #CAC309

Tints of Bird Flower #CAC309

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

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

R = 49.75%
G = 48.03%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CAC309 (or 0xCAC309) is known color: Bird Flower. HEX triplet: CA, C3 and 09. RGB value is (202,195,9). Sum of RGB (Red+Green+Blue) = 202+195+9=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 9 (3.91% from 255 or 2.22% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC309 is #353CF6. Grayscale: #B0B0B0. Windows color (decimal): -3489015 or 639946. OLE color: 639946.

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

Color convert

RGB 202 195 9 -
CMYK 0 0.03 0.96 0.21
HSL 57.82º 0.91% 0.41% -
HSV(B) 57.82º 0.96% 0.79% -
XYZ 43.92 51.61 7.9 -
YUV 175.89 33.82 146.62 -
System Red Green Blue C M Y K H S L
Decimal 202 195 9 0 0.03 0.96 0.21 57.82 0.91 0.41
Hex CA C3 9 0 3 60 15 3A 5B 29
Octal 312 303 11 0 3 140 25 72 133 51
Binary 11001010 11000011 1001 0 11 1100000 10101 111010 1011011 101001

Color Harmonies of #CAC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC309

Black with #CAC309

Text Example


Text Example

White with #CAC309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC309; }

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

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

background-color css

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

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

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

border-color css

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

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

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