Html Css Color HEX #D7970D Gamboge

📋 copy color: '#D7970D'

red 215 ◦ green 151 ◦ blue 13

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

Shades of Gamboge #D7970D

Tints of Gamboge #D7970D

RGB

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

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

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

R = 56.73%
G = 39.84%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7970D (or 0xD7970D) is known color: Gamboge. HEX triplet: D7, 97 and 0D. RGB value is (215,151,13). Sum of RGB (Red+Green+Blue) = 215+151+13=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D7970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7970D is #2868F2. Grayscale: #9B9B9B. Windows color (decimal): -2648307 or 890839. OLE color: 890839.

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

Color convert

RGB 215 151 13 -
CMYK 0 0.30 0.94 0.16
HSL 40.99º 0.89% 0.45% -
HSV(B) 40.99º 0.94% 0.84% -
XYZ 39.16 36.61 5.38 -
YUV 154.4 48.2 171.22 -
System Red Green Blue C M Y K H S L
Decimal 215 151 13 0 0.30 0.94 0.16 40.99 0.89 0.45
Hex D7 97 D 0 1E 5E 10 29 59 2D
Octal 327 227 15 0 36 136 20 51 131 55
Binary 11010111 10010111 1101 0 11110 1011110 10000 101001 1011001 101101

Color Harmonies of #D7970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7970D

Black with #D7970D

Text Example


Text Example

White with #D7970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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