Html Css Color HEX #D2960E Gamboge

📋 copy color: '#D2960E'

red 210 ◦ green 150 ◦ blue 14

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

Shades of Gamboge #D2960E

Tints of Gamboge #D2960E

RGB

 RED value IS 210 (82.42% from 255) = 56.15%

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

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 56.15%
G = 40.11%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2960E (or 0xD2960E) is known color: Gamboge. HEX triplet: D2, 96 and 0E. RGB value is (210,150,14). Sum of RGB (Red+Green+Blue) = 210+150+14=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2960E is #2D69F1. Grayscale: #999999. Windows color (decimal): -2976242 or 956114. OLE color: 956114.

HSL color Cylindrical-coordinate representation of color #D2960E: hue angle of 41.63º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2960E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 150 14 -
CMYK 0 0.29 0.93 0.18
HSL 41.63º 0.88% 0.44% -
HSV(B) 41.63º 0.93% 0.82% -
XYZ 37.56 35.55 5.3 -
YUV 152.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 210 150 14 0 0.29 0.93 0.18 41.63 0.88 0.44
Hex D2 96 E 0 1D 5D 12 2A 58 2C
Octal 322 226 16 0 35 135 22 52 130 54
Binary 11010010 10010110 1110 0 11101 1011101 10010 101010 1011000 101100

Color Harmonies of #D2960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2960E

Black with #D2960E

Text Example


Text Example

White with #D2960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2960E; }

 p { color: rgb(210,150,14); }

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

background-color css

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

 a { background-color: rgb(210,150,14); }

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

border-color css

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

 span { border-color: rgb(210,150,14); }

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