Html Css Color HEX #D7990F Gamboge

📋 copy color: '#D7990F'

red 215 ◦ green 153 ◦ blue 15

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

Shades of Gamboge #D7990F

Tints of Gamboge #D7990F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.92%

R = 56.14%
G = 39.95%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7990F (or 0xD7990F) is known color: Gamboge. HEX triplet: D7, 99 and 0F. RGB value is (215,153,15). Sum of RGB (Red+Green+Blue) = 215+153+15=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D7990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7990F is #2866F0. Grayscale: #9C9C9C. Windows color (decimal): -2647793 or 1022423. OLE color: 1022423.

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

Color convert

RGB 215 153 15 -
CMYK 0 0.29 0.93 0.16
HSL 41.4º 0.87% 0.45% -
HSV(B) 41.4º 0.93% 0.84% -
XYZ 39.5 37.26 5.56 -
YUV 155.81 48.54 170.22 -
System Red Green Blue C M Y K H S L
Decimal 215 153 15 0 0.29 0.93 0.16 41.4 0.87 0.45
Hex D7 99 F 0 1D 5D 10 29 57 2D
Octal 327 231 17 0 35 135 20 51 127 55
Binary 11010111 10011001 1111 0 11101 1011101 10000 101001 1010111 101101

Color Harmonies of #D7990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7990F

Black with #D7990F

Text Example


Text Example

White with #D7990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7990F; }

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

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

background-color css

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

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

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

border-color css

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

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

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