Html Css Color HEX #D0991D Galliano

📋 copy color: '#D0991D'

red 208 ◦ green 153 ◦ blue 29

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

Shades of Galliano #D0991D

Tints of Galliano #D0991D

RGB

 RED value IS 208 (81.64% from 255) = 53.33%

 GREEN value IS 153 (60.16% from 255) = 39.23%

 BLUE value IS 29 (11.72% from 255) = 7.44%

R = 53.33%
G = 39.23%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0991D (or 0xD0991D) is known color: Galliano. HEX triplet: D0, 99 and 1D. RGB value is (208,153,29). Sum of RGB (Red+Green+Blue) = 208+153+29=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0991D is #2F66E2. Grayscale: #9B9B9B. Windows color (decimal): -3106531 or 1939920. OLE color: 1939920.

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

Color convert

RGB 208 153 29 -
CMYK 0 0.26 0.86 0.18
HSL 41.56º 0.76% 0.46% -
HSV(B) 41.56º 0.86% 0.82% -
XYZ 37.63 36.28 6.18 -
YUV 155.31 56.72 165.58 -
System Red Green Blue C M Y K H S L
Decimal 208 153 29 0 0.26 0.86 0.18 41.56 0.76 0.46
Hex D0 99 1D 0 1A 56 12 2A 4C 2E
Octal 320 231 35 0 32 126 22 52 114 56
Binary 11010000 10011001 11101 0 11010 1010110 10010 101010 1001100 101110

Color Harmonies of #D0991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0991D

Black with #D0991D

Text Example


Text Example

White with #D0991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0991D; }

 p { color: rgb(208,153,29); }

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

background-color css

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

 a { background-color: rgb(208,153,29); }

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

border-color css

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

 span { border-color: rgb(208,153,29); }

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