Html Css Color HEX #D2880F Gamboge

📋 copy color: '#D2880F'

red 210 ◦ green 136 ◦ blue 15

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

Shades of Gamboge #D2880F

Tints of Gamboge #D2880F

RGB

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

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

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

R = 58.17%
G = 37.67%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2880F (or 0xD2880F) is known color: Gamboge. HEX triplet: D2, 88 and 0F. RGB value is (210,136,15). Sum of RGB (Red+Green+Blue) = 210+136+15=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D2880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2880F is #2D77F0. Grayscale: #909090. Windows color (decimal): -2979825 or 1018066. OLE color: 1018066.

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

Color convert

RGB 210 136 15 -
CMYK 0 0.35 0.93 0.18
HSL 37.23º 0.87% 0.44% -
HSV(B) 37.23º 0.93% 0.82% -
XYZ 35.47 31.34 4.63 -
YUV 144.33 55.02 174.84 -
System Red Green Blue C M Y K H S L
Decimal 210 136 15 0 0.35 0.93 0.18 37.23 0.87 0.44
Hex D2 88 F 0 23 5D 12 25 57 2C
Octal 322 210 17 0 43 135 22 45 127 54
Binary 11010010 10001000 1111 0 100011 1011101 10010 100101 1010111 101100

Color Harmonies of #D2880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2880F

Black with #D2880F

Text Example


Text Example

White with #D2880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2880F; }

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

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

background-color css

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

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

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

border-color css

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

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

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