Html Css Color HEX #D2880C Gamboge

📋 copy color: '#D2880C'

red 210 ◦ green 136 ◦ blue 12

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

Shades of Gamboge #D2880C

Tints of Gamboge #D2880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 58.66%
G = 37.99%
B = 3.35%

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

#D2880C (or 0xD2880C) is known color: Gamboge. HEX triplet: D2, 88 and 0C. RGB value is (210,136,12). Sum of RGB (Red+Green+Blue) = 210+136+12=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2880C is #2D77F3. Grayscale: #909090. Windows color (decimal): -2979828 or 821458. OLE color: 821458.

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

Color convert

RGB 210 136 12 -
CMYK 0 0.35 0.94 0.18
HSL 37.58º 0.89% 0.44% -
HSV(B) 37.58º 0.94% 0.82% -
XYZ 35.45 31.34 4.53 -
YUV 143.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 210 136 12 0 0.35 0.94 0.18 37.58 0.89 0.44
Hex D2 88 C 0 23 5E 12 26 59 2C
Octal 322 210 14 0 43 136 22 46 131 54
Binary 11010010 10001000 1100 0 100011 1011110 10010 100110 1011001 101100

Color Harmonies of #D2880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2880C

Black with #D2880C

Text Example


Text Example

White with #D2880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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