Html Css Color HEX #D8970D Gamboge

📋 copy color: '#D8970D'

red 216 ◦ green 151 ◦ blue 13

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

Shades of Gamboge #D8970D

Tints of Gamboge #D8970D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.74%

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

R = 56.84%
G = 39.74%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8970D (or 0xD8970D) is known color: Gamboge. HEX triplet: D8, 97 and 0D. RGB value is (216,151,13). Sum of RGB (Red+Green+Blue) = 216+151+13=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8970D is #2768F2. Grayscale: #9B9B9B. Windows color (decimal): -2582771 or 890840. OLE color: 890840.

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

Color convert

RGB 216 151 13 -
CMYK 0 0.30 0.94 0.15
HSL 40.79º 0.89% 0.45% -
HSV(B) 40.79º 0.94% 0.85% -
XYZ 39.46 36.76 5.4 -
YUV 154.7 48.03 171.72 -
System Red Green Blue C M Y K H S L
Decimal 216 151 13 0 0.30 0.94 0.15 40.79 0.89 0.45
Hex D8 97 D 0 1E 5E F 29 59 2D
Octal 330 227 15 0 36 136 17 51 131 55
Binary 11011000 10010111 1101 0 11110 1011110 1111 101001 1011001 101101

Color Harmonies of #D8970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8970D

Black with #D8970D

Text Example


Text Example

White with #D8970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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