Html Css Color HEX #D98800 Tangerine

📋 copy color: '#D98800'

red 217 ◦ green 136 ◦ blue 0

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

Shades of Tangerine #D98800

Tints of Tangerine #D98800

RGB

 RED value IS 217 (85.16% from 255) = 61.47%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.47%
G = 38.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D98800 (or 0xD98800) is known color: Tangerine. HEX triplet: D9, 88 and 00. RGB value is (217,136,0). Sum of RGB (Red+Green+Blue) = 217+136+0=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D98800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98800 is #2677FF. Grayscale: #919191. Windows color (decimal): -2521088 or 35033. OLE color: 35033.

HSL color Cylindrical-coordinate representation of color #D98800: hue angle of 37.6º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D98800 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 0 -
CMYK 0 0.37 1 0.15
HSL 37.6º 1% 0.43% -
HSV(B) 37.6º 1% 0.85% -
XYZ 37.42 32.36 4.27 -
YUV 144.72 46.34 179.56 -
System Red Green Blue C M Y K H S L
Decimal 217 136 0 0 0.37 1 0.15 37.6 1 0.43
Hex D9 88 0 0 25 64 F 26 64 2B
Octal 331 210 0 0 45 144 17 46 144 53
Binary 11011001 10001000 0 0 100101 1100100 1111 100110 1100100 101011

Color Harmonies of #D98800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98800

Black with #D98800

Text Example


Text Example

White with #D98800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98800; }

 p { color: rgb(217,136,0); }

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

background-color css

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

 a { background-color: rgb(217,136,0); }

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

border-color css

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

 span { border-color: rgb(217,136,0); }

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