Html Css Color HEX #D2930C Gamboge

📋 copy color: '#D2930C'

red 210 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #D2930C

Tints of Gamboge #D2930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 56.91%
G = 39.84%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2930C (or 0xD2930C) is known color: Gamboge. HEX triplet: D2, 93 and 0C. RGB value is (210,147,12). Sum of RGB (Red+Green+Blue) = 210+147+12=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2930C is #2D6CF3. Grayscale: #979797. Windows color (decimal): -2977012 or 824274. OLE color: 824274.

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

Color convert

RGB 210 147 12 -
CMYK 0 0.30 0.94 0.18
HSL 40.91º 0.89% 0.44% -
HSV(B) 40.91º 0.94% 0.82% -
XYZ 37.08 34.6 5.07 -
YUV 150.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 210 147 12 0 0.30 0.94 0.18 40.91 0.89 0.44
Hex D2 93 C 0 1E 5E 12 29 59 2C
Octal 322 223 14 0 36 136 22 51 131 54
Binary 11010010 10010011 1100 0 11110 1011110 10010 101001 1011001 101100

Color Harmonies of #D2930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2930C

Black with #D2930C

Text Example


Text Example

White with #D2930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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