Html Css Color HEX #CAC508 Bird Flower

📋 copy color: '#CAC508'

red 202 ◦ green 197 ◦ blue 8

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

Shades of Bird Flower #CAC508

Tints of Bird Flower #CAC508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.97%

R = 49.63%
G = 48.4%
B = 1.97%

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

#CAC508 (or 0xCAC508) is known color: Bird Flower. HEX triplet: CA, C5 and 08. RGB value is (202,197,8). Sum of RGB (Red+Green+Blue) = 202+197+8=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC508 is #353AF7. Grayscale: #B1B1B1. Windows color (decimal): -3488504 or 574922. OLE color: 574922.

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

Color convert

RGB 202 197 8 -
CMYK 0 0.02 0.96 0.21
HSL 58.45º 0.92% 0.41% -
HSV(B) 58.45º 0.96% 0.79% -
XYZ 44.37 52.51 8.03 -
YUV 176.95 32.66 145.87 -
System Red Green Blue C M Y K H S L
Decimal 202 197 8 0 0.02 0.96 0.21 58.45 0.92 0.41
Hex CA C5 8 0 2 60 15 3A 5C 29
Octal 312 305 10 0 2 140 25 72 134 51
Binary 11001010 11000101 1000 0 10 1100000 10101 111010 1011100 101001

Color Harmonies of #CAC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC508

Black with #CAC508

Text Example


Text Example

White with #CAC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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