Html Css Color HEX #D9910F Gamboge

📋 copy color: '#D9910F'

red 217 ◦ green 145 ◦ blue 15

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

Shades of Gamboge #D9910F

Tints of Gamboge #D9910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 15 (6.25% from 255) = 3.98%

R = 57.56%
G = 38.46%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9910F (or 0xD9910F) is known color: Gamboge. HEX triplet: D9, 91 and 0F. RGB value is (217,145,15). Sum of RGB (Red+Green+Blue) = 217+145+15=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9910F is #266EF0. Grayscale: #989898. Windows color (decimal): -2518769 or 1020377. OLE color: 1020377.

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

Color convert

RGB 217 145 15 -
CMYK 0 0.33 0.93 0.15
HSL 38.61º 0.87% 0.45% -
HSV(B) 38.61º 0.93% 0.85% -
XYZ 38.83 35.04 5.17 -
YUV 151.71 50.85 174.57 -
System Red Green Blue C M Y K H S L
Decimal 217 145 15 0 0.33 0.93 0.15 38.61 0.87 0.45
Hex D9 91 F 0 21 5D F 27 57 2D
Octal 331 221 17 0 41 135 17 47 127 55
Binary 11011001 10010001 1111 0 100001 1011101 1111 100111 1010111 101101

Color Harmonies of #D9910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9910F

Black with #D9910F

Text Example


Text Example

White with #D9910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9910F; }

 p { color: rgb(217,145,15); }

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

background-color css

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

 a { background-color: rgb(217,145,15); }

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

border-color css

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

 span { border-color: rgb(217,145,15); }

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