Html Css Color HEX #D99014 Gamboge

📋 copy color: '#D99014'

red 217 ◦ green 144 ◦ blue 20

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

Shades of Gamboge #D99014

Tints of Gamboge #D99014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 56.96%
G = 37.8%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D99014 (or 0xD99014) is known color: Gamboge. HEX triplet: D9, 90 and 14. RGB value is (217,144,20). Sum of RGB (Red+Green+Blue) = 217+144+20=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D99014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99014 is #266FEB. Grayscale: #989898. Windows color (decimal): -2519020 or 1347801. OLE color: 1347801.

HSL color Cylindrical-coordinate representation of color #D99014: hue angle of 37.77º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D99014 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 20 -
CMYK 0 0.34 0.91 0.15
HSL 37.77º 0.83% 0.46% -
HSV(B) 37.77º 0.91% 0.85% -
XYZ 38.71 34.75 5.33 -
YUV 151.69 53.68 174.58 -
System Red Green Blue C M Y K H S L
Decimal 217 144 20 0 0.34 0.91 0.15 37.77 0.83 0.46
Hex D9 90 14 0 22 5B F 26 53 2E
Octal 331 220 24 0 42 133 17 46 123 56
Binary 11011001 10010000 10100 0 100010 1011011 1111 100110 1010011 101110

Color Harmonies of #D99014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99014

Black with #D99014

Text Example


Text Example

White with #D99014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99014; }

 p { color: rgb(217,144,20); }

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

background-color css

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

 a { background-color: rgb(217,144,20); }

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

border-color css

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

 span { border-color: rgb(217,144,20); }

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