Html Css Color HEX #D29A19 Galliano

📋 copy color: '#D29A19'

red 210 ◦ green 154 ◦ blue 25

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

Shades of Galliano #D29A19

Tints of Galliano #D29A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

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

R = 53.98%
G = 39.59%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D29A19 (or 0xD29A19) is known color: Galliano. HEX triplet: D2, 9A and 19. RGB value is (210,154,25). Sum of RGB (Red+Green+Blue) = 210+154+25=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29A19 is #2D65E6. Grayscale: #9C9C9C. Windows color (decimal): -2975207 or 1678034. OLE color: 1678034.

HSL color Cylindrical-coordinate representation of color #D29A19: hue angle of 41.84º 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 #D29A19 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 25 -
CMYK 0 0.27 0.88 0.18
HSL 41.84º 0.79% 0.46% -
HSV(B) 41.84º 0.88% 0.82% -
XYZ 38.31 36.88 6.02 -
YUV 156.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 210 154 25 0 0.27 0.88 0.18 41.84 0.79 0.46
Hex D2 9A 19 0 1B 58 12 2A 4F 2E
Octal 322 232 31 0 33 130 22 52 117 56
Binary 11010010 10011010 11001 0 11011 1011000 10010 101010 1001111 101110

Color Harmonies of #D29A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A19

Black with #D29A19

Text Example


Text Example

White with #D29A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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