Html Css Color HEX #D6970C Gamboge

📋 copy color: '#D6970C'

red 214 ◦ green 151 ◦ blue 12

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

Shades of Gamboge #D6970C

Tints of Gamboge #D6970C

RGB

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

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

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

R = 56.76%
G = 40.05%
B = 3.18%

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

#D6970C (or 0xD6970C) is known color: Gamboge. HEX triplet: D6, 97 and 0C. RGB value is (214,151,12). Sum of RGB (Red+Green+Blue) = 214+151+12=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6970C is #2968F3. Grayscale: #9A9A9A. Windows color (decimal): -2713844 or 825302. OLE color: 825302.

HSL color Cylindrical-coordinate representation of color #D6970C: hue angle of 41.29º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6970C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 151 12 -
CMYK 0 0.29 0.94 0.16
HSL 41.29º 0.89% 0.44% -
HSV(B) 41.29º 0.94% 0.84% -
XYZ 38.86 36.46 5.34 -
YUV 153.99 47.87 170.8 -
System Red Green Blue C M Y K H S L
Decimal 214 151 12 0 0.29 0.94 0.16 41.29 0.89 0.44
Hex D6 97 C 0 1D 5E 10 29 59 2C
Octal 326 227 14 0 35 136 20 51 131 54
Binary 11010110 10010111 1100 0 11101 1011110 10000 101001 1011001 101100

Color Harmonies of #D6970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6970C

Black with #D6970C

Text Example


Text Example

White with #D6970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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