Html Css Color HEX #D2950C Gamboge

📋 copy color: '#D2950C'

red 210 ◦ green 149 ◦ blue 12

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

Shades of Gamboge #D2950C

Tints of Gamboge #D2950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 56.6%
G = 40.16%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2950C (or 0xD2950C) is known color: Gamboge. HEX triplet: D2, 95 and 0C. RGB value is (210,149,12). Sum of RGB (Red+Green+Blue) = 210+149+12=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2950C is #2D6AF3. Grayscale: #989898. Windows color (decimal): -2976500 or 824786. OLE color: 824786.

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

Color convert

RGB 210 149 12 -
CMYK 0 0.29 0.94 0.18
HSL 41.52º 0.89% 0.44% -
HSV(B) 41.52º 0.94% 0.82% -
XYZ 37.39 35.22 5.18 -
YUV 151.62 49.21 169.64 -
System Red Green Blue C M Y K H S L
Decimal 210 149 12 0 0.29 0.94 0.18 41.52 0.89 0.44
Hex D2 95 C 0 1D 5E 12 2A 59 2C
Octal 322 225 14 0 35 136 22 52 131 54
Binary 11010010 10010101 1100 0 11101 1011110 10010 101010 1011001 101100

Color Harmonies of #D2950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2950C

Black with #D2950C

Text Example


Text Example

White with #D2950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2950C; }

 p { color: rgb(210,149,12); }

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

background-color css

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

 a { background-color: rgb(210,149,12); }

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

border-color css

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

 span { border-color: rgb(210,149,12); }

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