Html Css Color HEX #CAB121 Galliano

📋 copy color: '#CAB121'

red 202 ◦ green 177 ◦ blue 33

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

Shades of Galliano #CAB121

Tints of Galliano #CAB121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.01%

R = 49.03%
G = 42.96%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAB121 (or 0xCAB121) is known color: Galliano. HEX triplet: CA, B1 and 21. RGB value is (202,177,33). Sum of RGB (Red+Green+Blue) = 202+177+33=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 177 (69.53% from 255 or 42.96% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB121 is #354EDE. Grayscale: #A8A8A8. Windows color (decimal): -3493599 or 2208202. OLE color: 2208202.

HSL color Cylindrical-coordinate representation of color #CAB121: hue angle of 51.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAB121 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 33 -
CMYK 0 0.12 0.84 0.21
HSL 51.12º 0.72% 0.46% -
HSV(B) 51.12º 0.84% 0.79% -
XYZ 40.35 44.11 7.83 -
YUV 168.06 51.78 152.21 -
System Red Green Blue C M Y K H S L
Decimal 202 177 33 0 0.12 0.84 0.21 51.12 0.72 0.46
Hex CA B1 21 0 C 54 15 33 48 2E
Octal 312 261 41 0 14 124 25 63 110 56
Binary 11001010 10110001 100001 0 1100 1010100 10101 110011 1001000 101110

Color Harmonies of #CAB121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB121

Black with #CAB121

Text Example


Text Example

White with #CAB121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB121; }

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

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

background-color css

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

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

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

border-color css

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

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

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