Html Css Color HEX #DCAB24 Galliano

📋 copy color: '#DCAB24'

red 220 ◦ green 171 ◦ blue 36

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

Shades of Galliano #DCAB24

Tints of Galliano #DCAB24

RGB

 RED value IS 220 (86.33% from 255) = 51.52%

 GREEN value IS 171 (67.19% from 255) = 40.05%

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

R = 51.52%
G = 40.05%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DCAB24 (or 0xDCAB24) is known color: Galliano. HEX triplet: DC, AB and 24. RGB value is (220,171,36). Sum of RGB (Red+Green+Blue) = 220+171+36=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB24 is #2354DB. Grayscale: #AAAAAA. Windows color (decimal): -2315484 or 2403292. OLE color: 2403292.

HSL color Cylindrical-coordinate representation of color #DCAB24: hue angle of 44.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCAB24 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 171 36 -
CMYK 0 0.22 0.84 0.14
HSL 44.02º 0.72% 0.5% -
HSV(B) 44.02º 0.84% 0.86% -
XYZ 44.4 44.47 7.91 -
YUV 170.26 52.23 163.48 -
System Red Green Blue C M Y K H S L
Decimal 220 171 36 0 0.22 0.84 0.14 44.02 0.72 0.5
Hex DC AB 24 0 16 54 E 2C 48 32
Octal 334 253 44 0 26 124 16 54 110 62
Binary 11011100 10101011 100100 0 10110 1010100 1110 101100 1001000 110010

Color Harmonies of #DCAB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB24

Black with #DCAB24

Text Example


Text Example

White with #DCAB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB24; }

 p { color: rgb(220,171,36); }

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

background-color css

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

 a { background-color: rgb(220,171,36); }

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

border-color css

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

 span { border-color: rgb(220,171,36); }

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