Html Css Color HEX #DA5D02 Tenne (Tawny)

📋 copy color: '#DA5D02'

red 218 ◦ green 93 ◦ blue 2

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

Shades of Tenne (Tawny) #DA5D02

Tints of Tenne (Tawny) #DA5D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.71%

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

R = 69.65%
G = 29.71%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DA5D02 (or 0xDA5D02) is known color: Tenne (Tawny). HEX triplet: DA, 5D and 02. RGB value is (218,93,2). Sum of RGB (Red+Green+Blue) = 218+93+2=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5D02 is #25A2FD. Grayscale: #787878. Windows color (decimal): -2466558 or 155098. OLE color: 155098.

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

Color convert

RGB 218 93 2 -
CMYK 0 0.57 0.99 0.15
HSL 25.28º 0.98% 0.43% -
HSV(B) 25.28º 0.99% 0.85% -
XYZ 32.84 22.74 2.72 -
YUV 120 61.41 197.9 -
System Red Green Blue C M Y K H S L
Decimal 218 93 2 0 0.57 0.99 0.15 25.28 0.98 0.43
Hex DA 5D 2 0 39 63 F 19 62 2B
Octal 332 135 2 0 71 143 17 31 142 53
Binary 11011010 1011101 10 0 111001 1100011 1111 11001 1100010 101011

Color Harmonies of #DA5D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D02

Black with #DA5D02

Text Example


Text Example

White with #DA5D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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