Html Css Color HEX #D7990D Gamboge

📋 copy color: '#D7990D'

red 215 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #D7990D

Tints of Gamboge #D7990D

RGB

 RED value IS 215 (84.38% from 255) = 56.43%

 GREEN value IS 153 (60.16% from 255) = 40.16%

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

R = 56.43%
G = 40.16%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7990D (or 0xD7990D) is known color: Gamboge. HEX triplet: D7, 99 and 0D. RGB value is (215,153,13). Sum of RGB (Red+Green+Blue) = 215+153+13=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7990D is #2866F2. Grayscale: #9C9C9C. Windows color (decimal): -2647795 or 891351. OLE color: 891351.

HSL color Cylindrical-coordinate representation of color #D7990D: hue angle of 41.58º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7990D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 153 13 -
CMYK 0 0.29 0.94 0.16
HSL 41.58º 0.89% 0.45% -
HSV(B) 41.58º 0.94% 0.84% -
XYZ 39.49 37.26 5.49 -
YUV 155.58 47.54 170.38 -
System Red Green Blue C M Y K H S L
Decimal 215 153 13 0 0.29 0.94 0.16 41.58 0.89 0.45
Hex D7 99 D 0 1D 5E 10 2A 59 2D
Octal 327 231 15 0 35 136 20 52 131 55
Binary 11010111 10011001 1101 0 11101 1011110 10000 101010 1011001 101101

Color Harmonies of #D7990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7990D

Black with #D7990D

Text Example


Text Example

White with #D7990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7990D; }

 p { color: rgb(215,153,13); }

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

background-color css

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

 a { background-color: rgb(215,153,13); }

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

border-color css

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

 span { border-color: rgb(215,153,13); }

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