Html Css Color HEX #DA8602 Tangerine

📋 copy color: '#DA8602'

red 218 ◦ green 134 ◦ blue 2

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

Shades of Tangerine #DA8602

Tints of Tangerine #DA8602

RGB

 RED value IS 218 (85.55% from 255) = 61.58%

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

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

R = 61.58%
G = 37.85%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA8602 (or 0xDA8602) is known color: Tangerine. HEX triplet: DA, 86 and 02. RGB value is (218,134,2). Sum of RGB (Red+Green+Blue) = 218+134+2=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8602 is #2579FD. Grayscale: #909090. Windows color (decimal): -2456062 or 165594. OLE color: 165594.

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

Color convert

RGB 218 134 2 -
CMYK 0 0.39 0.99 0.15
HSL 36.67º 0.98% 0.43% -
HSV(B) 36.67º 0.99% 0.85% -
XYZ 37.45 31.96 4.25 -
YUV 144.07 47.83 180.73 -
System Red Green Blue C M Y K H S L
Decimal 218 134 2 0 0.39 0.99 0.15 36.67 0.98 0.43
Hex DA 86 2 0 27 63 F 25 62 2B
Octal 332 206 2 0 47 143 17 45 142 53
Binary 11011010 10000110 10 0 100111 1100011 1111 100101 1100010 101011

Color Harmonies of #DA8602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8602

Black with #DA8602

Text Example


Text Example

White with #DA8602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8602; }

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

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

background-color css

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

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

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

border-color css

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

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

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