Html Css Color HEX #CAB003 Bird Flower

📋 copy color: '#CAB003'

red 202 ◦ green 176 ◦ blue 3

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

Shades of Bird Flower #CAB003

Tints of Bird Flower #CAB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.19%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 53.02%
G = 46.19%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAB003 (or 0xCAB003) is known color: Bird Flower. HEX triplet: CA, B0 and 03. RGB value is (202,176,3). Sum of RGB (Red+Green+Blue) = 202+176+3=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB003 is #354FFC. Grayscale: #A4A4A4. Windows color (decimal): -3493885 or 241866. OLE color: 241866.

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

Color convert

RGB 202 176 3 -
CMYK 0 0.13 0.99 0.21
HSL 52.16º 0.97% 0.4% -
HSV(B) 52.16º 0.99% 0.79% -
XYZ 39.9 43.61 6.4 -
YUV 164.05 37.11 155.07 -
System Red Green Blue C M Y K H S L
Decimal 202 176 3 0 0.13 0.99 0.21 52.16 0.97 0.4
Hex CA B0 3 0 D 63 15 34 61 28
Octal 312 260 3 0 15 143 25 64 141 50
Binary 11001010 10110000 11 0 1101 1100011 10101 110100 1100001 101000

Color Harmonies of #CAB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB003

Black with #CAB003

Text Example


Text Example

White with #CAB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB003; }

 p { color: rgb(202,176,3); }

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

background-color css

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

 a { background-color: rgb(202,176,3); }

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

border-color css

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

 span { border-color: rgb(202,176,3); }

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