Html Css Color HEX #D99800 Gamboge

📋 copy color: '#D99800'

red 217 ◦ green 152 ◦ blue 0

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

Shades of Gamboge #D99800

Tints of Gamboge #D99800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

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

R = 58.81%
G = 41.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D99800 (or 0xD99800) is known color: Gamboge. HEX triplet: D9, 98 and 00. RGB value is (217,152,0). Sum of RGB (Red+Green+Blue) = 217+152+0=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D99800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99800 is #2667FF. Grayscale: #9A9A9A. Windows color (decimal): -2516992 or 39129. OLE color: 39129.

HSL color Cylindrical-coordinate representation of color #D99800: hue angle of 42.03º 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 #D99800 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 0 -
CMYK 0 0.30 1 0.15
HSL 42.03º 1% 0.43% -
HSV(B) 42.03º 1% 0.85% -
XYZ 39.84 37.21 5.08 -
YUV 154.11 41.03 172.86 -
System Red Green Blue C M Y K H S L
Decimal 217 152 0 0 0.30 1 0.15 42.03 1 0.43
Hex D9 98 0 0 1E 64 F 2A 64 2B
Octal 331 230 0 0 36 144 17 52 144 53
Binary 11011001 10011000 0 0 11110 1100100 1111 101010 1100100 101011

Color Harmonies of #D99800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99800

Black with #D99800

Text Example


Text Example

White with #D99800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99800; }

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

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

background-color css

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

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

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

border-color css

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

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

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