Html Css Color HEX #CAB024 Galliano

📋 copy color: '#CAB024'

red 202 ◦ green 176 ◦ blue 36

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

Shades of Galliano #CAB024

Tints of Galliano #CAB024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.7%

R = 48.79%
G = 42.51%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAB024 (or 0xCAB024) is known color: Galliano. HEX triplet: CA, B0 and 24. RGB value is (202,176,36). Sum of RGB (Red+Green+Blue) = 202+176+36=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB024 is #354FDB. Grayscale: #A8A8A8. Windows color (decimal): -3493852 or 2404554. OLE color: 2404554.

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

Color convert

RGB 202 176 36 -
CMYK 0 0.13 0.82 0.21
HSL 50.6º 0.7% 0.47% -
HSV(B) 50.6º 0.82% 0.79% -
XYZ 40.2 43.73 7.99 -
YUV 167.81 53.61 152.38 -
System Red Green Blue C M Y K H S L
Decimal 202 176 36 0 0.13 0.82 0.21 50.6 0.7 0.47
Hex CA B0 24 0 D 52 15 33 46 2F
Octal 312 260 44 0 15 122 25 63 106 57
Binary 11001010 10110000 100100 0 1101 1010010 10101 110011 1000110 101111

Color Harmonies of #CAB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB024

Black with #CAB024

Text Example


Text Example

White with #CAB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB024; }

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

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

background-color css

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

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

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

border-color css

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

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

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