Html Css Color HEX #CAB124 Galliano

📋 copy color: '#CAB124'

red 202 ◦ green 177 ◦ blue 36

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

Shades of Galliano #CAB124

Tints of Galliano #CAB124

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.65%

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

R = 48.67%
G = 42.65%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAB124 (or 0xCAB124) is known color: Galliano. HEX triplet: CA, B1 and 24. RGB value is (202,177,36). Sum of RGB (Red+Green+Blue) = 202+177+36=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB124 is #354EDB. Grayscale: #A8A8A8. Windows color (decimal): -3493596 or 2404810. OLE color: 2404810.

HSL color Cylindrical-coordinate representation of color #CAB124: hue angle of 50.96º 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 #CAB124 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 36 -
CMYK 0 0.12 0.82 0.21
HSL 50.96º 0.7% 0.47% -
HSV(B) 50.96º 0.82% 0.79% -
XYZ 40.4 44.13 8.06 -
YUV 168.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 202 177 36 0 0.12 0.82 0.21 50.96 0.7 0.47
Hex CA B1 24 0 C 52 15 33 46 2F
Octal 312 261 44 0 14 122 25 63 106 57
Binary 11001010 10110001 100100 0 1100 1010010 10101 110011 1000110 101111

Color Harmonies of #CAB124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB124

Black with #CAB124

Text Example


Text Example

White with #CAB124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB124; }

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

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

background-color css

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

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

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

border-color css

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

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

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