Html Css Color HEX #D2930F Gamboge

📋 copy color: '#D2930F'

red 210 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #D2930F

Tints of Gamboge #D2930F

RGB

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

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

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

R = 56.45%
G = 39.52%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2930F (or 0xD2930F) is known color: Gamboge. HEX triplet: D2, 93 and 0F. RGB value is (210,147,15). Sum of RGB (Red+Green+Blue) = 210+147+15=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2930F is #2D6CF0. Grayscale: #979797. Windows color (decimal): -2977009 or 1020882. OLE color: 1020882.

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

Color convert

RGB 210 147 15 -
CMYK 0 0.30 0.93 0.18
HSL 40.62º 0.87% 0.44% -
HSV(B) 40.62º 0.93% 0.82% -
XYZ 37.1 34.6 5.18 -
YUV 150.79 51.37 170.23 -
System Red Green Blue C M Y K H S L
Decimal 210 147 15 0 0.30 0.93 0.18 40.62 0.87 0.44
Hex D2 93 F 0 1E 5D 12 29 57 2C
Octal 322 223 17 0 36 135 22 51 127 54
Binary 11010010 10010011 1111 0 11110 1011101 10010 101001 1010111 101100

Color Harmonies of #D2930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2930F

Black with #D2930F

Text Example


Text Example

White with #D2930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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