Html Css Color HEX #D88702 Tangerine

📋 copy color: '#D88702'

red 216 ◦ green 135 ◦ blue 2

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

Shades of Tangerine #D88702

Tints of Tangerine #D88702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 61.19%
G = 38.24%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D88702 (or 0xD88702) is known color: Tangerine. HEX triplet: D8, 87 and 02. RGB value is (216,135,2). Sum of RGB (Red+Green+Blue) = 216+135+2=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D88702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88702 is #2778FD. Grayscale: #909090. Windows color (decimal): -2586878 or 165848. OLE color: 165848.

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

Color convert

RGB 216 135 2 -
CMYK 0 0.38 0.99 0.15
HSL 37.29º 0.98% 0.43% -
HSV(B) 37.29º 0.99% 0.85% -
XYZ 36.99 31.93 4.27 -
YUV 144.06 47.84 179.31 -
System Red Green Blue C M Y K H S L
Decimal 216 135 2 0 0.38 0.99 0.15 37.29 0.98 0.43
Hex D8 87 2 0 26 63 F 25 62 2B
Octal 330 207 2 0 46 143 17 45 142 53
Binary 11011000 10000111 10 0 100110 1100011 1111 100101 1100010 101011

Color Harmonies of #D88702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88702

Black with #D88702

Text Example


Text Example

White with #D88702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88702; }

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

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

background-color css

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

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

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

border-color css

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

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

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