Html Css Color HEX #D29818 Galliano

📋 copy color: '#D29818'

red 210 ◦ green 152 ◦ blue 24

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

Shades of Galliano #D29818

Tints of Galliano #D29818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 54.4%
G = 39.38%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D29818 (or 0xD29818) is known color: Galliano. HEX triplet: D2, 98 and 18. RGB value is (210,152,24). Sum of RGB (Red+Green+Blue) = 210+152+24=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D29818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29818 is #2D67E7. Grayscale: #9B9B9B. Windows color (decimal): -2975720 or 1611986. OLE color: 1611986.

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

Color convert

RGB 210 152 24 -
CMYK 0 0.28 0.89 0.18
HSL 41.29º 0.79% 0.46% -
HSV(B) 41.29º 0.89% 0.82% -
XYZ 37.97 36.22 5.85 -
YUV 154.75 54.22 167.41 -
System Red Green Blue C M Y K H S L
Decimal 210 152 24 0 0.28 0.89 0.18 41.29 0.79 0.46
Hex D2 98 18 0 1C 59 12 29 4F 2E
Octal 322 230 30 0 34 131 22 51 117 56
Binary 11010010 10011000 11000 0 11100 1011001 10010 101001 1001111 101110

Color Harmonies of #D29818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29818

Black with #D29818

Text Example


Text Example

White with #D29818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29818; }

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

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

background-color css

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

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

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

border-color css

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

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

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