Html Css Color HEX #D29A1C Galliano

📋 copy color: '#D29A1C'

red 210 ◦ green 154 ◦ blue 28

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

Shades of Galliano #D29A1C

Tints of Galliano #D29A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

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

R = 53.57%
G = 39.29%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D29A1C (or 0xD29A1C) is known color: Galliano. HEX triplet: D2, 9A and 1C. RGB value is (210,154,28). Sum of RGB (Red+Green+Blue) = 210+154+28=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A1C is #2D65E3. Grayscale: #9C9C9C. Windows color (decimal): -2975204 or 1874642. OLE color: 1874642.

HSL color Cylindrical-coordinate representation of color #D29A1C: hue angle of 41.54º 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 #D29A1C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 28 -
CMYK 0 0.27 0.87 0.18
HSL 41.54º 0.76% 0.47% -
HSV(B) 41.54º 0.87% 0.82% -
XYZ 38.34 36.9 6.2 -
YUV 156.38 55.55 166.25 -
System Red Green Blue C M Y K H S L
Decimal 210 154 28 0 0.27 0.87 0.18 41.54 0.76 0.47
Hex D2 9A 1C 0 1B 57 12 2A 4C 2F
Octal 322 232 34 0 33 127 22 52 114 57
Binary 11010010 10011010 11100 0 11011 1010111 10010 101010 1001100 101111

Color Harmonies of #D29A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A1C

Black with #D29A1C

Text Example


Text Example

White with #D29A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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