Html Css Color HEX #CAB306 Bird Flower

📋 copy color: '#CAB306'

red 202 ◦ green 179 ◦ blue 6

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

Shades of Bird Flower #CAB306

Tints of Bird Flower #CAB306

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 52.2%
G = 46.25%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAB306 (or 0xCAB306) is known color: Bird Flower. HEX triplet: CA, B3 and 06. RGB value is (202,179,6). Sum of RGB (Red+Green+Blue) = 202+179+6=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB306 is #354CF9. Grayscale: #A6A6A6. Windows color (decimal): -3493114 or 439242. OLE color: 439242.

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

Color convert

RGB 202 179 6 -
CMYK 0 0.11 0.97 0.21
HSL 52.96º 0.94% 0.41% -
HSV(B) 52.96º 0.97% 0.79% -
XYZ 40.51 44.81 6.69 -
YUV 166.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 202 179 6 0 0.11 0.97 0.21 52.96 0.94 0.41
Hex CA B3 6 0 B 61 15 35 5E 29
Octal 312 263 6 0 13 141 25 65 136 51
Binary 11001010 10110011 110 0 1011 1100001 10101 110101 1011110 101001

Color Harmonies of #CAB306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB306

Black with #CAB306

Text Example


Text Example

White with #CAB306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB306; }

 p { color: rgb(202,179,6); }

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

background-color css

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

 a { background-color: rgb(202,179,6); }

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

border-color css

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

 span { border-color: rgb(202,179,6); }

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