Html Css Color HEX #CAB304 Bird Flower

📋 copy color: '#CAB304'

red 202 ◦ green 179 ◦ blue 4

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

Shades of Bird Flower #CAB304

Tints of Bird Flower #CAB304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 52.47%
G = 46.49%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAB304 (or 0xCAB304) is known color: Bird Flower. HEX triplet: CA, B3 and 04. RGB value is (202,179,4). Sum of RGB (Red+Green+Blue) = 202+179+4=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB304 is #354CFB. Grayscale: #A6A6A6. Windows color (decimal): -3493116 or 308170. OLE color: 308170.

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

Color convert

RGB 202 179 4 -
CMYK 0 0.11 0.98 0.21
HSL 53.03º 0.96% 0.4% -
HSV(B) 53.03º 0.98% 0.79% -
XYZ 40.5 44.81 6.63 -
YUV 165.93 36.62 153.73 -
System Red Green Blue C M Y K H S L
Decimal 202 179 4 0 0.11 0.98 0.21 53.03 0.96 0.4
Hex CA B3 4 0 B 62 15 35 60 28
Octal 312 263 4 0 13 142 25 65 140 50
Binary 11001010 10110011 100 0 1011 1100010 10101 110101 1100000 101000

Color Harmonies of #CAB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB304

Black with #CAB304

Text Example


Text Example

White with #CAB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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