Html Css Color HEX #D7960F Gamboge

📋 copy color: '#D7960F'

red 215 ◦ green 150 ◦ blue 15

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

Shades of Gamboge #D7960F

Tints of Gamboge #D7960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 56.58%
G = 39.47%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7960F (or 0xD7960F) is known color: Gamboge. HEX triplet: D7, 96 and 0F. RGB value is (215,150,15). Sum of RGB (Red+Green+Blue) = 215+150+15=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7960F is #2869F0. Grayscale: #9A9A9A. Windows color (decimal): -2648561 or 1021655. OLE color: 1021655.

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

Color convert

RGB 215 150 15 -
CMYK 0 0.30 0.93 0.16
HSL 40.5º 0.87% 0.45% -
HSV(B) 40.5º 0.93% 0.84% -
XYZ 39.02 36.29 5.4 -
YUV 154.05 49.53 171.48 -
System Red Green Blue C M Y K H S L
Decimal 215 150 15 0 0.30 0.93 0.16 40.5 0.87 0.45
Hex D7 96 F 0 1E 5D 10 28 57 2D
Octal 327 226 17 0 36 135 20 50 127 55
Binary 11010111 10010110 1111 0 11110 1011101 10000 101000 1010111 101101

Color Harmonies of #D7960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7960F

Black with #D7960F

Text Example


Text Example

White with #D7960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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