Html Css Color HEX #D6960B Gamboge

📋 copy color: '#D6960B'

red 214 ◦ green 150 ◦ blue 11

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

Shades of Gamboge #D6960B

Tints of Gamboge #D6960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 57.07%
G = 40%
B = 2.93%

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

#D6960B (or 0xD6960B) is known color: Gamboge. HEX triplet: D6, 96 and 0B. RGB value is (214,150,11). Sum of RGB (Red+Green+Blue) = 214+150+11=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6960B is #2969F4. Grayscale: #999999. Windows color (decimal): -2714101 or 759510. OLE color: 759510.

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

Color convert

RGB 214 150 11 -
CMYK 0 0.30 0.95 0.16
HSL 41.08º 0.9% 0.44% -
HSV(B) 41.08º 0.95% 0.84% -
XYZ 38.7 36.13 5.25 -
YUV 153.29 47.7 171.3 -
System Red Green Blue C M Y K H S L
Decimal 214 150 11 0 0.30 0.95 0.16 41.08 0.9 0.44
Hex D6 96 B 0 1E 5F 10 29 5A 2C
Octal 326 226 13 0 36 137 20 51 132 54
Binary 11010110 10010110 1011 0 11110 1011111 10000 101001 1011010 101100

Color Harmonies of #D6960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6960B

Black with #D6960B

Text Example


Text Example

White with #D6960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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