Html Css Color HEX #DA8504 Tangerine

📋 copy color: '#DA8504'

red 218 ◦ green 133 ◦ blue 4

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

Shades of Tangerine #DA8504

Tints of Tangerine #DA8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 61.41%
G = 37.46%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA8504 (or 0xDA8504) is known color: Tangerine. HEX triplet: DA, 85 and 04. RGB value is (218,133,4). Sum of RGB (Red+Green+Blue) = 218+133+4=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8504 is #257AFB. Grayscale: #909090. Windows color (decimal): -2456316 or 296410. OLE color: 296410.

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

Color convert

RGB 218 133 4 -
CMYK 0 0.39 0.98 0.15
HSL 36.17º 0.96% 0.44% -
HSV(B) 36.17º 0.98% 0.85% -
XYZ 37.32 31.69 4.26 -
YUV 143.71 49.16 180.99 -
System Red Green Blue C M Y K H S L
Decimal 218 133 4 0 0.39 0.98 0.15 36.17 0.96 0.44
Hex DA 85 4 0 27 62 F 24 60 2C
Octal 332 205 4 0 47 142 17 44 140 54
Binary 11011010 10000101 100 0 100111 1100010 1111 100100 1100000 101100

Color Harmonies of #DA8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8504

Black with #DA8504

Text Example


Text Example

White with #DA8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8504; }

 p { color: rgb(218,133,4); }

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

background-color css

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

 a { background-color: rgb(218,133,4); }

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

border-color css

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

 span { border-color: rgb(218,133,4); }

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