Html Css Color HEX #D6970D Gamboge

📋 copy color: '#D6970D'

red 214 ◦ green 151 ◦ blue 13

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

Shades of Gamboge #D6970D

Tints of Gamboge #D6970D

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

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

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

R = 56.61%
G = 39.95%
B = 3.44%

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

#D6970D (or 0xD6970D) is known color: Gamboge. HEX triplet: D6, 97 and 0D. RGB value is (214,151,13). Sum of RGB (Red+Green+Blue) = 214+151+13=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6970D is #2968F2. Grayscale: #9A9A9A. Windows color (decimal): -2713843 or 890838. OLE color: 890838.

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

Color convert

RGB 214 151 13 -
CMYK 0 0.29 0.94 0.16
HSL 41.19º 0.89% 0.45% -
HSV(B) 41.19º 0.94% 0.84% -
XYZ 38.87 36.46 5.37 -
YUV 154.11 48.37 170.72 -
System Red Green Blue C M Y K H S L
Decimal 214 151 13 0 0.29 0.94 0.16 41.19 0.89 0.45
Hex D6 97 D 0 1D 5E 10 29 59 2D
Octal 326 227 15 0 35 136 20 51 131 55
Binary 11010110 10010111 1101 0 11101 1011110 10000 101001 1011001 101101

Color Harmonies of #D6970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6970D

Black with #D6970D

Text Example


Text Example

White with #D6970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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