Html Css Color HEX #CAB224 Galliano

📋 copy color: '#CAB224'

red 202 ◦ green 178 ◦ blue 36

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

Shades of Galliano #CAB224

Tints of Galliano #CAB224

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 48.56%
G = 42.79%
B = 8.65%

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

#CAB224 (or 0xCAB224) is known color: Galliano. HEX triplet: CA, B2 and 24. RGB value is (202,178,36). Sum of RGB (Red+Green+Blue) = 202+178+36=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB224 is #354DDB. Grayscale: #A9A9A9. Windows color (decimal): -3493340 or 2405066. OLE color: 2405066.

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

Color convert

RGB 202 178 36 -
CMYK 0 0.12 0.82 0.21
HSL 51.33º 0.7% 0.47% -
HSV(B) 51.33º 0.82% 0.79% -
XYZ 40.6 44.52 8.12 -
YUV 168.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 202 178 36 0 0.12 0.82 0.21 51.33 0.7 0.47
Hex CA B2 24 0 C 52 15 33 46 2F
Octal 312 262 44 0 14 122 25 63 106 57
Binary 11001010 10110010 100100 0 1100 1010010 10101 110011 1000110 101111

Color Harmonies of #CAB224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB224

Black with #CAB224

Text Example


Text Example

White with #CAB224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB224; }

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

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

background-color css

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

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

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

border-color css

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

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

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