Html Css Color HEX #CAB302 Bird Flower

📋 copy color: '#CAB302'

red 202 ◦ green 179 ◦ blue 2

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

Shades of Bird Flower #CAB302

Tints of Bird Flower #CAB302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 52.74%
G = 46.74%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAB302 (or 0xCAB302) is known color: Bird Flower. HEX triplet: CA, B3 and 02. RGB value is (202,179,2). Sum of RGB (Red+Green+Blue) = 202+179+2=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB302 is #354CFD. Grayscale: #A6A6A6. Windows color (decimal): -3493118 or 177098. OLE color: 177098.

HSL color Cylindrical-coordinate representation of color #CAB302: hue angle of 53.1º degrees, saturation: 0.98, 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 #CAB302 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 179 2 -
CMYK 0 0.11 0.99 0.21
HSL 53.1º 0.98% 0.4% -
HSV(B) 53.1º 0.99% 0.79% -
XYZ 40.49 44.8 6.57 -
YUV 165.7 35.62 153.89 -
System Red Green Blue C M Y K H S L
Decimal 202 179 2 0 0.11 0.99 0.21 53.1 0.98 0.4
Hex CA B3 2 0 B 63 15 35 62 28
Octal 312 263 2 0 13 143 25 65 142 50
Binary 11001010 10110011 10 0 1011 1100011 10101 110101 1100010 101000

Color Harmonies of #CAB302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB302

Black with #CAB302

Text Example


Text Example

White with #CAB302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB302; }

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

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

background-color css

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

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

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

border-color css

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

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

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