Html Css Color HEX #D9900C Gamboge

📋 copy color: '#D9900C'

red 217 ◦ green 144 ◦ blue 12

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

Shades of Gamboge #D9900C

Tints of Gamboge #D9900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.22%

R = 58.18%
G = 38.61%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9900C (or 0xD9900C) is known color: Gamboge. HEX triplet: D9, 90 and 0C. RGB value is (217,144,12). Sum of RGB (Red+Green+Blue) = 217+144+12=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 12 (5.08% from 255 or 3.22% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D9900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9900C is #266FF3. Grayscale: #979797. Windows color (decimal): -2519028 or 823513. OLE color: 823513.

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

Color convert

RGB 217 144 12 -
CMYK 0 0.34 0.94 0.15
HSL 38.63º 0.9% 0.45% -
HSV(B) 38.63º 0.94% 0.85% -
XYZ 38.65 34.72 5.01 -
YUV 150.78 49.68 175.23 -
System Red Green Blue C M Y K H S L
Decimal 217 144 12 0 0.34 0.94 0.15 38.63 0.9 0.45
Hex D9 90 C 0 22 5E F 27 5A 2D
Octal 331 220 14 0 42 136 17 47 132 55
Binary 11011001 10010000 1100 0 100010 1011110 1111 100111 1011010 101101

Color Harmonies of #D9900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9900C

Black with #D9900C

Text Example


Text Example

White with #D9900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9900C; }

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

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

background-color css

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

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

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

border-color css

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

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

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