Html Css Color HEX #D2910D Gamboge

📋 copy color: '#D2910D'

red 210 ◦ green 145 ◦ blue 13

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

Shades of Gamboge #D2910D

Tints of Gamboge #D2910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.4%

 BLUE value IS 13 (5.47% from 255) = 3.53%

R = 57.07%
G = 39.4%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2910D (or 0xD2910D) is known color: Gamboge. HEX triplet: D2, 91 and 0D. RGB value is (210,145,13). Sum of RGB (Red+Green+Blue) = 210+145+13=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2910D is #2D6EF2. Grayscale: #959595. Windows color (decimal): -2977523 or 889298. OLE color: 889298.

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

Color convert

RGB 210 145 13 -
CMYK 0 0.31 0.94 0.18
HSL 40.2º 0.88% 0.44% -
HSV(B) 40.2º 0.94% 0.82% -
XYZ 36.78 33.98 5 -
YUV 149.39 51.03 171.23 -
System Red Green Blue C M Y K H S L
Decimal 210 145 13 0 0.31 0.94 0.18 40.2 0.88 0.44
Hex D2 91 D 0 1F 5E 12 28 58 2C
Octal 322 221 15 0 37 136 22 50 130 54
Binary 11010010 10010001 1101 0 11111 1011110 10010 101000 1011000 101100

Color Harmonies of #D2910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2910D

Black with #D2910D

Text Example


Text Example

White with #D2910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2910D; }

 p { color: rgb(210,145,13); }

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

background-color css

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

 a { background-color: rgb(210,145,13); }

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

border-color css

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

 span { border-color: rgb(210,145,13); }

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