Html Css Color HEX #D6950F Gamboge

📋 copy color: '#D6950F'

red 214 ◦ green 149 ◦ blue 15

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

Shades of Gamboge #D6950F

Tints of Gamboge #D6950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.42%

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

R = 56.61%
G = 39.42%
B = 3.97%

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

#D6950F (or 0xD6950F) is known color: Gamboge. HEX triplet: D6, 95 and 0F. RGB value is (214,149,15). Sum of RGB (Red+Green+Blue) = 214+149+15=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6950F is #296AF0. Grayscale: #999999. Windows color (decimal): -2714353 or 1021398. OLE color: 1021398.

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

Color convert

RGB 214 149 15 -
CMYK 0 0.30 0.93 0.16
HSL 40.4º 0.87% 0.45% -
HSV(B) 40.4º 0.93% 0.84% -
XYZ 38.57 35.83 5.33 -
YUV 153.16 50.03 171.4 -
System Red Green Blue C M Y K H S L
Decimal 214 149 15 0 0.30 0.93 0.16 40.4 0.87 0.45
Hex D6 95 F 0 1E 5D 10 28 57 2D
Octal 326 225 17 0 36 135 20 50 127 55
Binary 11010110 10010101 1111 0 11110 1011101 10000 101000 1010111 101101

Color Harmonies of #D6950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6950F

Black with #D6950F

Text Example


Text Example

White with #D6950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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