Html Css Color HEX #D88701 Tangerine

📋 copy color: '#D88701'

red 216 ◦ green 135 ◦ blue 1

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

Shades of Tangerine #D88701

Tints of Tangerine #D88701

RGB

 RED value IS 216 (84.77% from 255) = 61.36%

 GREEN value IS 135 (53.13% from 255) = 38.35%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 61.36%
G = 38.35%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D88701 (or 0xD88701) is known color: Tangerine. HEX triplet: D8, 87 and 01. RGB value is (216,135,1). Sum of RGB (Red+Green+Blue) = 216+135+1=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D88701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88701 is #2778FE. Grayscale: #909090. Windows color (decimal): -2586879 or 100312. OLE color: 100312.

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

Color convert

RGB 216 135 1 -
CMYK 0 0.38 1.00 0.15
HSL 37.4º 0.99% 0.43% -
HSV(B) 37.4º 1% 0.85% -
XYZ 36.99 31.93 4.24 -
YUV 143.94 47.34 179.4 -
System Red Green Blue C M Y K H S L
Decimal 216 135 1 0 0.38 1.00 0.15 37.4 0.99 0.43
Hex D8 87 1 0 26 64 F 25 63 2B
Octal 330 207 1 0 46 144 17 45 143 53
Binary 11011000 10000111 1 0 100110 1100100 1111 100101 1100011 101011

Color Harmonies of #D88701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88701

Black with #D88701

Text Example


Text Example

White with #D88701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88701; }

 p { color: rgb(216,135,1); }

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

background-color css

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

 a { background-color: rgb(216,135,1); }

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

border-color css

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

 span { border-color: rgb(216,135,1); }

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