Html Css Color HEX #CAB206 Bird Flower

📋 copy color: '#CAB206'

red 202 ◦ green 178 ◦ blue 6

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

Shades of Bird Flower #CAB206

Tints of Bird Flower #CAB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.11%

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

R = 52.33%
G = 46.11%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAB206 (or 0xCAB206) is known color: Bird Flower. HEX triplet: CA, B2 and 06. RGB value is (202,178,6). Sum of RGB (Red+Green+Blue) = 202+178+6=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB206 is #354DF9. Grayscale: #A6A6A6. Windows color (decimal): -3493370 or 438986. OLE color: 438986.

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

Color convert

RGB 202 178 6 -
CMYK 0 0.12 0.97 0.21
HSL 52.65º 0.94% 0.41% -
HSV(B) 52.65º 0.97% 0.79% -
XYZ 40.31 44.41 6.62 -
YUV 165.57 37.95 153.99 -
System Red Green Blue C M Y K H S L
Decimal 202 178 6 0 0.12 0.97 0.21 52.65 0.94 0.41
Hex CA B2 6 0 C 61 15 35 5E 29
Octal 312 262 6 0 14 141 25 65 136 51
Binary 11001010 10110010 110 0 1100 1100001 10101 110101 1011110 101001

Color Harmonies of #CAB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB206

Black with #CAB206

Text Example


Text Example

White with #CAB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB206; }

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

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

background-color css

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

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

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

border-color css

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

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

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