Html Css Color HEX #D6960F Gamboge

📋 copy color: '#D6960F'

red 214 ◦ green 150 ◦ blue 15

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

Shades of Gamboge #D6960F

Tints of Gamboge #D6960F

RGB

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

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

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

R = 56.46%
G = 39.58%
B = 3.96%

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

#D6960F (or 0xD6960F) is known color: Gamboge. HEX triplet: D6, 96 and 0F. RGB value is (214,150,15). Sum of RGB (Red+Green+Blue) = 214+150+15=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6960F is #2969F0. Grayscale: #9A9A9A. Windows color (decimal): -2714097 or 1021654. OLE color: 1021654.

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

Color convert

RGB 214 150 15 -
CMYK 0 0.30 0.93 0.16
HSL 40.7º 0.87% 0.45% -
HSV(B) 40.7º 0.93% 0.84% -
XYZ 38.72 36.14 5.39 -
YUV 153.75 49.7 170.98 -
System Red Green Blue C M Y K H S L
Decimal 214 150 15 0 0.30 0.93 0.16 40.7 0.87 0.45
Hex D6 96 F 0 1E 5D 10 29 57 2D
Octal 326 226 17 0 36 135 20 51 127 55
Binary 11010110 10010110 1111 0 11110 1011101 10000 101001 1010111 101101

Color Harmonies of #D6960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6960F

Black with #D6960F

Text Example


Text Example

White with #D6960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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