Html Css Color HEX #D29F27 Galliano

📋 copy color: '#D29F27'

red 210 ◦ green 159 ◦ blue 39

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

Shades of Galliano #D29F27

Tints of Galliano #D29F27

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.97%

 BLUE value IS 39 (15.63% from 255) = 9.56%

R = 51.47%
G = 38.97%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D29F27 (or 0xD29F27) is known color: Galliano. HEX triplet: D2, 9F and 27. RGB value is (210,159,39). Sum of RGB (Red+Green+Blue) = 210+159+39=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F27 is #2D60D8. Grayscale: #A1A1A1. Windows color (decimal): -2973913 or 2596818. OLE color: 2596818.

HSL color Cylindrical-coordinate representation of color #D29F27: hue angle of 42.11º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D29F27 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 159 39 -
CMYK 0 0.24 0.81 0.18
HSL 42.11º 0.69% 0.49% -
HSV(B) 42.11º 0.81% 0.82% -
XYZ 39.34 38.64 7.3 -
YUV 160.57 59.4 163.26 -
System Red Green Blue C M Y K H S L
Decimal 210 159 39 0 0.24 0.81 0.18 42.11 0.69 0.49
Hex D2 9F 27 0 18 51 12 2A 45 31
Octal 322 237 47 0 30 121 22 52 105 61
Binary 11010010 10011111 100111 0 11000 1010001 10010 101010 1000101 110001

Color Harmonies of #D29F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29F27

Black with #D29F27

Text Example


Text Example

White with #D29F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29F27; }

 p { color: rgb(210,159,39); }

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

background-color css

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

 a { background-color: rgb(210,159,39); }

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

border-color css

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

 span { border-color: rgb(210,159,39); }

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