Html Css Color HEX #D9920D Gamboge

📋 copy color: '#D9920D'

red 217 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #D9920D

Tints of Gamboge #D9920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.83%

 BLUE value IS 13 (5.47% from 255) = 3.46%

R = 57.71%
G = 38.83%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9920D (or 0xD9920D) is known color: Gamboge. HEX triplet: D9, 92 and 0D. RGB value is (217,146,13). Sum of RGB (Red+Green+Blue) = 217+146+13=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D9920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9920D is #266DF2. Grayscale: #989898. Windows color (decimal): -2518515 or 889561. OLE color: 889561.

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

Color convert

RGB 217 146 13 -
CMYK 0 0.33 0.94 0.15
HSL 39.12º 0.89% 0.45% -
HSV(B) 39.12º 0.94% 0.85% -
XYZ 38.97 35.34 5.15 -
YUV 152.07 49.52 174.31 -
System Red Green Blue C M Y K H S L
Decimal 217 146 13 0 0.33 0.94 0.15 39.12 0.89 0.45
Hex D9 92 D 0 21 5E F 27 59 2D
Octal 331 222 15 0 41 136 17 47 131 55
Binary 11011001 10010010 1101 0 100001 1011110 1111 100111 1011001 101101

Color Harmonies of #D9920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9920D

Black with #D9920D

Text Example


Text Example

White with #D9920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9920D; }

 p { color: rgb(217,146,13); }

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

background-color css

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

 a { background-color: rgb(217,146,13); }

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

border-color css

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

 span { border-color: rgb(217,146,13); }

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