Html Css Color HEX #D7990C Gamboge

📋 copy color: '#D7990C'

red 215 ◦ green 153 ◦ blue 12

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

Shades of Gamboge #D7990C

Tints of Gamboge #D7990C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 56.58%
G = 40.26%
B = 3.16%

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

#D7990C (or 0xD7990C) is known color: Gamboge. HEX triplet: D7, 99 and 0C. RGB value is (215,153,12). Sum of RGB (Red+Green+Blue) = 215+153+12=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7990C is #2866F3. Grayscale: #9C9C9C. Windows color (decimal): -2647796 or 825815. OLE color: 825815.

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

Color convert

RGB 215 153 12 -
CMYK 0 0.29 0.94 0.16
HSL 41.67º 0.89% 0.45% -
HSV(B) 41.67º 0.94% 0.84% -
XYZ 39.48 37.26 5.46 -
YUV 155.46 47.04 170.46 -
System Red Green Blue C M Y K H S L
Decimal 215 153 12 0 0.29 0.94 0.16 41.67 0.89 0.45
Hex D7 99 C 0 1D 5E 10 2A 59 2D
Octal 327 231 14 0 35 136 20 52 131 55
Binary 11010111 10011001 1100 0 11101 1011110 10000 101010 1011001 101101

Color Harmonies of #D7990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7990C

Black with #D7990C

Text Example


Text Example

White with #D7990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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