Html Css Color HEX #D0980D Gamboge

📋 copy color: '#D0980D'

red 208 ◦ green 152 ◦ blue 13

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

Shades of Gamboge #D0980D

Tints of Gamboge #D0980D

RGB

 RED value IS 208 (81.64% from 255) = 55.76%

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

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

R = 55.76%
G = 40.75%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0980D (or 0xD0980D) is known color: Gamboge. HEX triplet: D0, 98 and 0D. RGB value is (208,152,13). Sum of RGB (Red+Green+Blue) = 208+152+13=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D0980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0980D is #2F67F2. Grayscale: #999999. Windows color (decimal): -3106803 or 891088. OLE color: 891088.

HSL color Cylindrical-coordinate representation of color #D0980D: hue angle of 42.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0980D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 13 -
CMYK 0 0.27 0.94 0.18
HSL 42.77º 0.88% 0.43% -
HSV(B) 42.77º 0.94% 0.82% -
XYZ 37.31 35.9 5.34 -
YUV 152.9 49.05 167.3 -
System Red Green Blue C M Y K H S L
Decimal 208 152 13 0 0.27 0.94 0.18 42.77 0.88 0.43
Hex D0 98 D 0 1B 5E 12 2B 58 2B
Octal 320 230 15 0 33 136 22 53 130 53
Binary 11010000 10011000 1101 0 11011 1011110 10010 101011 1011000 101011

Color Harmonies of #D0980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0980D

Black with #D0980D

Text Example


Text Example

White with #D0980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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