Html Css Color HEX #DCAA1B Galliano

📋 copy color: '#DCAA1B'

red 220 ◦ green 170 ◦ blue 27

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

Shades of Galliano #DCAA1B

Tints of Galliano #DCAA1B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

 BLUE value IS 27 (10.94% from 255) = 6.47%

R = 52.76%
G = 40.77%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCAA1B (or 0xDCAA1B) is known color: Galliano. HEX triplet: DC, AA and 1B. RGB value is (220,170,27). Sum of RGB (Red+Green+Blue) = 220+170+27=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA1B is #2355E4. Grayscale: #A9A9A9. Windows color (decimal): -2315749 or 1813212. OLE color: 1813212.

HSL color Cylindrical-coordinate representation of color #DCAA1B: hue angle of 44.46º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCAA1B is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 170 27 -
CMYK 0 0.23 0.88 0.14
HSL 44.46º 0.78% 0.48% -
HSV(B) 44.46º 0.88% 0.86% -
XYZ 44.09 44.04 7.21 -
YUV 168.65 48.07 164.63 -
System Red Green Blue C M Y K H S L
Decimal 220 170 27 0 0.23 0.88 0.14 44.46 0.78 0.48
Hex DC AA 1B 0 17 58 E 2C 4E 30
Octal 334 252 33 0 27 130 16 54 116 60
Binary 11011100 10101010 11011 0 10111 1011000 1110 101100 1001110 110000

Color Harmonies of #DCAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA1B

Black with #DCAA1B

Text Example


Text Example

White with #DCAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA1B; }

 p { color: rgb(220,170,27); }

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

background-color css

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

 a { background-color: rgb(220,170,27); }

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

border-color css

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

 span { border-color: rgb(220,170,27); }

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