Html Css Color HEX #D99000 Gamboge

📋 copy color: '#D99000'

red 217 ◦ green 144 ◦ blue 0

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

Shades of Gamboge #D99000

Tints of Gamboge #D99000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.11%
G = 39.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D99000 (or 0xD99000) is known color: Gamboge. HEX triplet: D9, 90 and 00. RGB value is (217,144,0). Sum of RGB (Red+Green+Blue) = 217+144+0=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D99000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99000 is #266FFF. Grayscale: #969696. Windows color (decimal): -2519040 or 37081. OLE color: 37081.

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

Color convert

RGB 217 144 0 -
CMYK 0 0.34 1 0.15
HSL 39.82º 1% 0.43% -
HSV(B) 39.82º 1% 0.85% -
XYZ 38.59 34.7 4.66 -
YUV 149.41 43.68 176.21 -
System Red Green Blue C M Y K H S L
Decimal 217 144 0 0 0.34 1 0.15 39.82 1 0.43
Hex D9 90 0 0 22 64 F 28 64 2B
Octal 331 220 0 0 42 144 17 50 144 53
Binary 11011001 10010000 0 0 100010 1100100 1111 101000 1100100 101011

Color Harmonies of #D99000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99000

Black with #D99000

Text Example


Text Example

White with #D99000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99000; }

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

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

background-color css

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

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

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

border-color css

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

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

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