Html Css Color HEX #D6960A Gamboge

📋 copy color: '#D6960A'

red 214 ◦ green 150 ◦ blue 10

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

Shades of Gamboge #D6960A

Tints of Gamboge #D6960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 57.22%
G = 40.11%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6960A (or 0xD6960A) is known color: Gamboge. HEX triplet: D6, 96 and 0A. RGB value is (214,150,10). Sum of RGB (Red+Green+Blue) = 214+150+10=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6960A is #2969F5. Grayscale: #999999. Windows color (decimal): -2714102 or 693974. OLE color: 693974.

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

Color convert

RGB 214 150 10 -
CMYK 0 0.30 0.95 0.16
HSL 41.18º 0.91% 0.44% -
HSV(B) 41.18º 0.95% 0.84% -
XYZ 38.69 36.13 5.22 -
YUV 153.18 47.2 171.38 -
System Red Green Blue C M Y K H S L
Decimal 214 150 10 0 0.30 0.95 0.16 41.18 0.91 0.44
Hex D6 96 A 0 1E 5F 10 29 5B 2C
Octal 326 226 12 0 36 137 20 51 133 54
Binary 11010110 10010110 1010 0 11110 1011111 10000 101001 1011011 101100

Color Harmonies of #D6960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6960A

Black with #D6960A

Text Example


Text Example

White with #D6960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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