Html Css Color HEX #D29B19 Galliano

📋 copy color: '#D29B19'

red 210 ◦ green 155 ◦ blue 25

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

Shades of Galliano #D29B19

Tints of Galliano #D29B19

RGB

 RED value IS 210 (82.42% from 255) = 53.85%

 GREEN value IS 155 (60.94% from 255) = 39.74%

 BLUE value IS 25 (10.16% from 255) = 6.41%

R = 53.85%
G = 39.74%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D29B19 (or 0xD29B19) is known color: Galliano. HEX triplet: D2, 9B and 19. RGB value is (210,155,25). Sum of RGB (Red+Green+Blue) = 210+155+25=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29B19 is #2D64E6. Grayscale: #9D9D9D. Windows color (decimal): -2974951 or 1678290. OLE color: 1678290.

HSL color Cylindrical-coordinate representation of color #D29B19: hue angle of 42.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D29B19 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 155 25 -
CMYK 0 0.26 0.88 0.18
HSL 42.16º 0.79% 0.46% -
HSV(B) 42.16º 0.88% 0.82% -
XYZ 38.48 37.21 6.07 -
YUV 156.63 53.72 166.07 -
System Red Green Blue C M Y K H S L
Decimal 210 155 25 0 0.26 0.88 0.18 42.16 0.79 0.46
Hex D2 9B 19 0 1A 58 12 2A 4F 2E
Octal 322 233 31 0 32 130 22 52 117 56
Binary 11010010 10011011 11001 0 11010 1011000 10010 101010 1001111 101110

Color Harmonies of #D29B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B19

Black with #D29B19

Text Example


Text Example

White with #D29B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B19; }

 p { color: rgb(210,155,25); }

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

background-color css

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

 a { background-color: rgb(210,155,25); }

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

border-color css

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

 span { border-color: rgb(210,155,25); }

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