Html Css Color HEX #D88602 Tangerine

📋 copy color: '#D88602'

red 216 ◦ green 134 ◦ blue 2

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

Shades of Tangerine #D88602

Tints of Tangerine #D88602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.07%

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

R = 61.36%
G = 38.07%
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

#D88602 (or 0xD88602) is known color: Tangerine. HEX triplet: D8, 86 and 02. RGB value is (216,134,2). Sum of RGB (Red+Green+Blue) = 216+134+2=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D88602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88602 is #2779FD. Grayscale: #909090. Windows color (decimal): -2587134 or 165592. OLE color: 165592.

HSL color Cylindrical-coordinate representation of color #D88602: hue angle of 37.01º 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 #D88602 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 2 -
CMYK 0 0.38 0.99 0.15
HSL 37.01º 0.98% 0.43% -
HSV(B) 37.01º 0.99% 0.85% -
XYZ 36.85 31.65 4.22 -
YUV 143.47 48.17 179.73 -
System Red Green Blue C M Y K H S L
Decimal 216 134 2 0 0.38 0.99 0.15 37.01 0.98 0.43
Hex D8 86 2 0 26 63 F 25 62 2B
Octal 330 206 2 0 46 143 17 45 142 53
Binary 11011000 10000110 10 0 100110 1100011 1111 100101 1100010 101011

Color Harmonies of #D88602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88602

Black with #D88602

Text Example


Text Example

White with #D88602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88602; }

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

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

background-color css

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

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

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

border-color css

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

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

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