Html Css Color HEX #D6970E Gamboge

📋 copy color: '#D6970E'

red 214 ◦ green 151 ◦ blue 14

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

Shades of Gamboge #D6970E

Tints of Gamboge #D6970E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.69%

R = 56.46%
G = 39.84%
B = 3.69%

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

#D6970E (or 0xD6970E) is known color: Gamboge. HEX triplet: D6, 97 and 0E. RGB value is (214,151,14). Sum of RGB (Red+Green+Blue) = 214+151+14=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6970E is #2968F1. Grayscale: #9A9A9A. Windows color (decimal): -2713842 or 956374. OLE color: 956374.

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

Color convert

RGB 214 151 14 -
CMYK 0 0.29 0.93 0.16
HSL 41.1º 0.88% 0.45% -
HSV(B) 41.1º 0.93% 0.84% -
XYZ 38.88 36.46 5.4 -
YUV 154.22 48.87 170.64 -
System Red Green Blue C M Y K H S L
Decimal 214 151 14 0 0.29 0.93 0.16 41.1 0.88 0.45
Hex D6 97 E 0 1D 5D 10 29 58 2D
Octal 326 227 16 0 35 135 20 51 130 55
Binary 11010110 10010111 1110 0 11101 1011101 10000 101001 1011000 101101

Color Harmonies of #D6970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6970E

Black with #D6970E

Text Example


Text Example

White with #D6970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6970E; }

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

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

background-color css

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

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

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

border-color css

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

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

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