Html Css Color HEX #DCAB2B Galliano

📋 copy color: '#DCAB2B'

red 220 ◦ green 171 ◦ blue 43

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

Shades of Galliano #DCAB2B

Tints of Galliano #DCAB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 50.69%
G = 39.4%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCAB2B (or 0xDCAB2B) is known color: Galliano. HEX triplet: DC, AB and 2B. RGB value is (220,171,43). Sum of RGB (Red+Green+Blue) = 220+171+43=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB2B is #2354D4. Grayscale: #ABABAB. Windows color (decimal): -2315477 or 2862044. OLE color: 2862044.

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

Color convert

RGB 220 171 43 -
CMYK 0 0.22 0.80 0.14
HSL 43.39º 0.72% 0.52% -
HSV(B) 43.39º 0.8% 0.86% -
XYZ 44.51 44.52 8.53 -
YUV 171.06 55.73 162.91 -
System Red Green Blue C M Y K H S L
Decimal 220 171 43 0 0.22 0.80 0.14 43.39 0.72 0.52
Hex DC AB 2B 0 16 50 E 2B 48 34
Octal 334 253 53 0 26 120 16 53 110 64
Binary 11011100 10101011 101011 0 10110 1010000 1110 101011 1001000 110100

Color Harmonies of #DCAB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB2B

Black with #DCAB2B

Text Example


Text Example

White with #DCAB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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