Html Css Color HEX #D2980D Gamboge

📋 copy color: '#D2980D'

red 210 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #D2980D

Tints of Gamboge #D2980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 56%
G = 40.53%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2980D (or 0xD2980D) is known color: Gamboge. HEX triplet: D2, 98 and 0D. RGB value is (210,152,13). Sum of RGB (Red+Green+Blue) = 210+152+13=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2980D is #2D67F2. Grayscale: #9A9A9A. Windows color (decimal): -2975731 or 891090. OLE color: 891090.

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

Color convert

RGB 210 152 13 -
CMYK 0 0.28 0.94 0.18
HSL 42.34º 0.88% 0.44% -
HSV(B) 42.34º 0.94% 0.82% -
XYZ 37.88 36.19 5.37 -
YUV 153.5 48.72 168.3 -
System Red Green Blue C M Y K H S L
Decimal 210 152 13 0 0.28 0.94 0.18 42.34 0.88 0.44
Hex D2 98 D 0 1C 5E 12 2A 58 2C
Octal 322 230 15 0 34 136 22 52 130 54
Binary 11010010 10011000 1101 0 11100 1011110 10010 101010 1011000 101100

Color Harmonies of #D2980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2980D

Black with #D2980D

Text Example


Text Example

White with #D2980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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