Html Css Color HEX #D88800 Tangerine

📋 copy color: '#D88800'

red 216 ◦ green 136 ◦ blue 0

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

Shades of Tangerine #D88800

Tints of Tangerine #D88800

RGB

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

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

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

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

#D88800 (or 0xD88800) is known color: Tangerine. HEX triplet: D8, 88 and 00. RGB value is (216,136,0). Sum of RGB (Red+Green+Blue) = 216+136+0=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D88800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88800 is #2777FF. Grayscale: #919191. Windows color (decimal): -2586624 or 35032. OLE color: 35032.

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

Color convert

RGB 216 136 0 -
CMYK 0 0.37 1 0.15
HSL 37.78º 1% 0.42% -
HSV(B) 37.78º 1% 0.85% -
XYZ 37.12 32.21 4.26 -
YUV 144.42 46.5 179.06 -
System Red Green Blue C M Y K H S L
Decimal 216 136 0 0 0.37 1 0.15 37.78 1 0.42
Hex D8 88 0 0 25 64 F 26 64 2A
Octal 330 210 0 0 45 144 17 46 144 52
Binary 11011000 10001000 0 0 100101 1100100 1111 100110 1100100 101010

Color Harmonies of #D88800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88800

Black with #D88800

Text Example


Text Example

White with #D88800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88800; }

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

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

background-color css

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

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

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

border-color css

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

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

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