Html Css Color HEX #CAB400 Bird Flower

📋 copy color: '#CAB400'

red 202 ◦ green 180 ◦ blue 0

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

Shades of Bird Flower #CAB400

Tints of Bird Flower #CAB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.88%
G = 47.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAB400 (or 0xCAB400) is known color: Bird Flower. HEX triplet: CA, B4 and 00. RGB value is (202,180,0). Sum of RGB (Red+Green+Blue) = 202+180+0=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB400 is #354BFF. Grayscale: #A6A6A6. Windows color (decimal): -3492864 or 46282. OLE color: 46282.

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

Color convert

RGB 202 180 0 -
CMYK 0 0.11 1 0.21
HSL 53.47º 1% 0.4% -
HSV(B) 53.47º 1% 0.79% -
XYZ 40.68 45.2 6.58 -
YUV 166.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 202 180 0 0 0.11 1 0.21 53.47 1 0.4
Hex CA B4 0 0 B 64 15 35 64 28
Octal 312 264 0 0 13 144 25 65 144 50
Binary 11001010 10110100 0 0 1011 1100100 10101 110101 1100100 101000

Color Harmonies of #CAB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB400

Black with #CAB400

Text Example


Text Example

White with #CAB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB400; }

 p { color: rgb(202,180,0); }

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

background-color css

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

 a { background-color: rgb(202,180,0); }

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

border-color css

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

 span { border-color: rgb(202,180,0); }

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