Html Css Color HEX #D29C25 Galliano

📋 copy color: '#D29C25'

red 210 ◦ green 156 ◦ blue 37

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

Shades of Galliano #D29C25

Tints of Galliano #D29C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 52.11%
G = 38.71%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D29C25 (or 0xD29C25) is known color: Galliano. HEX triplet: D2, 9C and 25. RGB value is (210,156,37). Sum of RGB (Red+Green+Blue) = 210+156+37=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29C25 is #2D63DA. Grayscale: #9F9F9F. Windows color (decimal): -2974683 or 2464978. OLE color: 2464978.

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

Color convert

RGB 210 156 37 -
CMYK 0 0.26 0.82 0.18
HSL 41.27º 0.7% 0.48% -
HSV(B) 41.27º 0.82% 0.82% -
XYZ 38.8 37.61 6.97 -
YUV 158.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 210 156 37 0 0.26 0.82 0.18 41.27 0.7 0.48
Hex D2 9C 25 0 1A 52 12 29 46 30
Octal 322 234 45 0 32 122 22 51 106 60
Binary 11010010 10011100 100101 0 11010 1010010 10010 101001 1000110 110000

Color Harmonies of #D29C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C25

Black with #D29C25

Text Example


Text Example

White with #D29C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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