Html Css Color HEX #D29C1E Galliano

📋 copy color: '#D29C1E'

red 210 ◦ green 156 ◦ blue 30

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

Shades of Galliano #D29C1E

Tints of Galliano #D29C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.58%

R = 53.03%
G = 39.39%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D29C1E (or 0xD29C1E) is known color: Galliano. HEX triplet: D2, 9C and 1E. RGB value is (210,156,30). Sum of RGB (Red+Green+Blue) = 210+156+30=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29C1E is #2D63E1. Grayscale: #9E9E9E. Windows color (decimal): -2974690 or 2006226. OLE color: 2006226.

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

Color convert

RGB 210 156 30 -
CMYK 0 0.26 0.86 0.18
HSL 42º 0.75% 0.47% -
HSV(B) 42º 0.86% 0.82% -
XYZ 38.7 37.57 6.44 -
YUV 157.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 210 156 30 0 0.26 0.86 0.18 42 0.75 0.47
Hex D2 9C 1E 0 1A 56 12 2A 4B 2F
Octal 322 234 36 0 32 126 22 52 113 57
Binary 11010010 10011100 11110 0 11010 1010110 10010 101010 1001011 101111

Color Harmonies of #D29C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C1E

Black with #D29C1E

Text Example


Text Example

White with #D29C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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