Html Css Color HEX #D2880D Gamboge

📋 copy color: '#D2880D'

red 210 ◦ green 136 ◦ blue 13

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

Shades of Gamboge #D2880D

Tints of Gamboge #D2880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.88%

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

R = 58.5%
G = 37.88%
B = 3.62%

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

#D2880D (or 0xD2880D) is known color: Gamboge. HEX triplet: D2, 88 and 0D. RGB value is (210,136,13). Sum of RGB (Red+Green+Blue) = 210+136+13=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2880D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2880D is #2D77F2. Grayscale: #909090. Windows color (decimal): -2979827 or 886994. OLE color: 886994.

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

Color convert

RGB 210 136 13 -
CMYK 0 0.35 0.94 0.18
HSL 37.46º 0.88% 0.44% -
HSV(B) 37.46º 0.94% 0.82% -
XYZ 35.46 31.34 4.56 -
YUV 144.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 210 136 13 0 0.35 0.94 0.18 37.46 0.88 0.44
Hex D2 88 D 0 23 5E 12 25 58 2C
Octal 322 210 15 0 43 136 22 45 130 54
Binary 11010010 10001000 1101 0 100011 1011110 10010 100101 1011000 101100

Color Harmonies of #D2880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2880D

Black with #D2880D

Text Example


Text Example

White with #D2880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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