Html Css Color HEX #D2890D Gamboge

📋 copy color: '#D2890D'

red 210 ◦ green 137 ◦ blue 13

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

Shades of Gamboge #D2890D

Tints of Gamboge #D2890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

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

R = 58.33%
G = 38.06%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2890D (or 0xD2890D) is known color: Gamboge. HEX triplet: D2, 89 and 0D. RGB value is (210,137,13). Sum of RGB (Red+Green+Blue) = 210+137+13=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D2890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2890D is #2D76F2. Grayscale: #919191. Windows color (decimal): -2979571 or 887250. OLE color: 887250.

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

Color convert

RGB 210 137 13 -
CMYK 0 0.35 0.94 0.18
HSL 37.77º 0.88% 0.44% -
HSV(B) 37.77º 0.94% 0.82% -
XYZ 35.6 31.62 4.61 -
YUV 144.69 53.68 174.58 -
System Red Green Blue C M Y K H S L
Decimal 210 137 13 0 0.35 0.94 0.18 37.77 0.88 0.44
Hex D2 89 D 0 23 5E 12 26 58 2C
Octal 322 211 15 0 43 136 22 46 130 54
Binary 11010010 10001001 1101 0 100011 1011110 10010 100110 1011000 101100

Color Harmonies of #D2890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2890D

Black with #D2890D

Text Example


Text Example

White with #D2890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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