Html Css Color HEX #D8940D Gamboge

📋 copy color: '#D8940D'

red 216 ◦ green 148 ◦ blue 13

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

Shades of Gamboge #D8940D

Tints of Gamboge #D8940D

RGB

 RED value IS 216 (84.77% from 255) = 57.29%

 GREEN value IS 148 (58.2% from 255) = 39.26%

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

R = 57.29%
G = 39.26%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8940D (or 0xD8940D) is known color: Gamboge. HEX triplet: D8, 94 and 0D. RGB value is (216,148,13). Sum of RGB (Red+Green+Blue) = 216+148+13=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8940D is #276BF2. Grayscale: #999999. Windows color (decimal): -2583539 or 890072. OLE color: 890072.

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

Color convert

RGB 216 148 13 -
CMYK 0 0.31 0.94 0.15
HSL 39.9º 0.89% 0.45% -
HSV(B) 39.9º 0.94% 0.85% -
XYZ 38.98 35.81 5.24 -
YUV 152.94 49.03 172.98 -
System Red Green Blue C M Y K H S L
Decimal 216 148 13 0 0.31 0.94 0.15 39.9 0.89 0.45
Hex D8 94 D 0 1F 5E F 28 59 2D
Octal 330 224 15 0 37 136 17 50 131 55
Binary 11011000 10010100 1101 0 11111 1011110 1111 101000 1011001 101101

Color Harmonies of #D8940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8940D

Black with #D8940D

Text Example


Text Example

White with #D8940D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8940D; }

 p { color: rgb(216,148,13); }

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

background-color css

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

 a { background-color: rgb(216,148,13); }

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

border-color css

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

 span { border-color: rgb(216,148,13); }

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