Html Css Color HEX #D29C17 Galliano

📋 copy color: '#D29C17'

red 210 ◦ green 156 ◦ blue 23

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

Shades of Galliano #D29C17

Tints of Galliano #D29C17

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.1%

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 53.98%
G = 40.1%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D29C17 (or 0xD29C17) is known color: Galliano. HEX triplet: D2, 9C and 17. RGB value is (210,156,23). Sum of RGB (Red+Green+Blue) = 210+156+23=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29C17 is #2D63E8. Grayscale: #9D9D9D. Windows color (decimal): -2974697 or 1547474. OLE color: 1547474.

HSL color Cylindrical-coordinate representation of color #D29C17: hue angle of 42.67º degrees, saturation: 0.8, 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 #D29C17 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 156 23 -
CMYK 0 0.26 0.89 0.18
HSL 42.67º 0.8% 0.46% -
HSV(B) 42.67º 0.89% 0.82% -
XYZ 38.62 37.54 6.02 -
YUV 156.98 52.39 165.81 -
System Red Green Blue C M Y K H S L
Decimal 210 156 23 0 0.26 0.89 0.18 42.67 0.8 0.46
Hex D2 9C 17 0 1A 59 12 2B 50 2E
Octal 322 234 27 0 32 131 22 53 120 56
Binary 11010010 10011100 10111 0 11010 1011001 10010 101011 1010000 101110

Color Harmonies of #D29C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C17

Black with #D29C17

Text Example


Text Example

White with #D29C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C17; }

 p { color: rgb(210,156,23); }

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

background-color css

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

 a { background-color: rgb(210,156,23); }

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

border-color css

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

 span { border-color: rgb(210,156,23); }

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