Html Css Color HEX #D29E1C Galliano

📋 copy color: '#D29E1C'

red 210 ◦ green 158 ◦ blue 28

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

Shades of Galliano #D29E1C

Tints of Galliano #D29E1C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

 BLUE value IS 28 (11.33% from 255) = 7.07%

R = 53.03%
G = 39.9%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D29E1C (or 0xD29E1C) is known color: Galliano. HEX triplet: D2, 9E and 1C. RGB value is (210,158,28). Sum of RGB (Red+Green+Blue) = 210+158+28=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E1C is #2D61E3. Grayscale: #9F9F9F. Windows color (decimal): -2974180 or 1875666. OLE color: 1875666.

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

Color convert

RGB 210 158 28 -
CMYK 0 0.25 0.87 0.18
HSL 42.86º 0.76% 0.47% -
HSV(B) 42.86º 0.87% 0.82% -
XYZ 39.01 38.24 6.42 -
YUV 158.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 210 158 28 0 0.25 0.87 0.18 42.86 0.76 0.47
Hex D2 9E 1C 0 19 57 12 2B 4C 2F
Octal 322 236 34 0 31 127 22 53 114 57
Binary 11010010 10011110 11100 0 11001 1010111 10010 101011 1001100 101111

Color Harmonies of #D29E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29E1C

Black with #D29E1C

Text Example


Text Example

White with #D29E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29E1C; }

 p { color: rgb(210,158,28); }

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

background-color css

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

 a { background-color: rgb(210,158,28); }

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

border-color css

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

 span { border-color: rgb(210,158,28); }

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