Html Css Color HEX #D29819 Galliano

📋 copy color: '#D29819'

red 210 ◦ green 152 ◦ blue 25

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

Shades of Galliano #D29819

Tints of Galliano #D29819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

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

R = 54.26%
G = 39.28%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D29819 (or 0xD29819) is known color: Galliano. HEX triplet: D2, 98 and 19. RGB value is (210,152,25). Sum of RGB (Red+Green+Blue) = 210+152+25=387 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.26% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 210 - color contains mainly: red. Hex color #D29819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29819 is #2D67E6. Grayscale: #9B9B9B. Windows color (decimal): -2975719 or 1677522. OLE color: 1677522.

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

Color convert

RGB 210 152 25 -
CMYK 0 0.28 0.88 0.18
HSL 41.19º 0.79% 0.46% -
HSV(B) 41.19º 0.88% 0.82% -
XYZ 37.98 36.23 5.91 -
YUV 154.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 210 152 25 0 0.28 0.88 0.18 41.19 0.79 0.46
Hex D2 98 19 0 1C 58 12 29 4F 2E
Octal 322 230 31 0 34 130 22 51 117 56
Binary 11010010 10011000 11001 0 11100 1011000 10010 101001 1001111 101110

Color Harmonies of #D29819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29819

Black with #D29819

Text Example


Text Example

White with #D29819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29819; }

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

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

background-color css

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

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

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

border-color css

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

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

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