Html Css Color HEX #D99C1C Galliano

📋 copy color: '#D99C1C'

red 217 ◦ green 156 ◦ blue 28

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

Shades of Galliano #D99C1C

Tints of Galliano #D99C1C

RGB

 RED value IS 217 (85.16% from 255) = 54.11%

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

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

R = 54.11%
G = 38.9%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D99C1C (or 0xD99C1C) is known color: Galliano. HEX triplet: D9, 9C and 1C. RGB value is (217,156,28). Sum of RGB (Red+Green+Blue) = 217+156+28=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99C1C is #2663E3. Grayscale: #A0A0A0. Windows color (decimal): -2515940 or 1875161. OLE color: 1875161.

HSL color Cylindrical-coordinate representation of color #D99C1C: hue angle of 40.63º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D99C1C is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 156 28 -
CMYK 0 0.28 0.87 0.15
HSL 40.63º 0.77% 0.48% -
HSV(B) 40.63º 0.87% 0.85% -
XYZ 40.71 38.61 6.41 -
YUV 159.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 217 156 28 0 0.28 0.87 0.15 40.63 0.77 0.48
Hex D9 9C 1C 0 1C 57 F 29 4D 30
Octal 331 234 34 0 34 127 17 51 115 60
Binary 11011001 10011100 11100 0 11100 1010111 1111 101001 1001101 110000

Color Harmonies of #D99C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C1C

Black with #D99C1C

Text Example


Text Example

White with #D99C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C1C; }

 p { color: rgb(217,156,28); }

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

background-color css

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

 a { background-color: rgb(217,156,28); }

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

border-color css

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

 span { border-color: rgb(217,156,28); }

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