Html Css Color HEX #D99D1B Galliano

📋 copy color: '#D99D1B'

red 217 ◦ green 157 ◦ blue 27

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

Shades of Galliano #D99D1B

Tints of Galliano #D99D1B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.15%

 BLUE value IS 27 (10.94% from 255) = 6.73%

R = 54.11%
G = 39.15%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D99D1B (or 0xD99D1B) is known color: Galliano. HEX triplet: D9, 9D and 1B. RGB value is (217,157,27). Sum of RGB (Red+Green+Blue) = 217+157+27=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99D1B is #2662E4. Grayscale: #A0A0A0. Windows color (decimal): -2515685 or 1809881. OLE color: 1809881.

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

Color convert

RGB 217 157 27 -
CMYK 0 0.28 0.88 0.15
HSL 41.05º 0.78% 0.48% -
HSV(B) 41.05º 0.88% 0.85% -
XYZ 40.87 38.94 6.4 -
YUV 160.12 52.88 168.57 -
System Red Green Blue C M Y K H S L
Decimal 217 157 27 0 0.28 0.88 0.15 41.05 0.78 0.48
Hex D9 9D 1B 0 1C 58 F 29 4E 30
Octal 331 235 33 0 34 130 17 51 116 60
Binary 11011001 10011101 11011 0 11100 1011000 1111 101001 1001110 110000

Color Harmonies of #D99D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D1B

Black with #D99D1B

Text Example


Text Example

White with #D99D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D1B; }

 p { color: rgb(217,157,27); }

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

background-color css

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

 a { background-color: rgb(217,157,27); }

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

border-color css

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

 span { border-color: rgb(217,157,27); }

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