Html Css Color HEX #D99D0C Gamboge

📋 copy color: '#D99D0C'

red 217 ◦ green 157 ◦ blue 12

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

Shades of Gamboge #D99D0C

Tints of Gamboge #D99D0C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

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

R = 56.22%
G = 40.67%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D99D0C (or 0xD99D0C) is known color: Gamboge. HEX triplet: D9, 9D and 0C. RGB value is (217,157,12). Sum of RGB (Red+Green+Blue) = 217+157+12=386 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.22% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99D0C is #2662F3. Grayscale: #9F9F9F. Windows color (decimal): -2515700 or 826841. OLE color: 826841.

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

Color convert

RGB 217 157 12 -
CMYK 0 0.28 0.94 0.15
HSL 42.44º 0.9% 0.45% -
HSV(B) 42.44º 0.94% 0.85% -
XYZ 40.74 38.89 5.71 -
YUV 158.41 45.38 169.79 -
System Red Green Blue C M Y K H S L
Decimal 217 157 12 0 0.28 0.94 0.15 42.44 0.9 0.45
Hex D9 9D C 0 1C 5E F 2A 5A 2D
Octal 331 235 14 0 34 136 17 52 132 55
Binary 11011001 10011101 1100 0 11100 1011110 1111 101010 1011010 101101

Color Harmonies of #D99D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99D0C

Black with #D99D0C

Text Example


Text Example

White with #D99D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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