Html Css Color HEX #DA620C Tenne (Tawny)

📋 copy color: '#DA620C'

red 218 ◦ green 98 ◦ blue 12

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

Shades of Tenne (Tawny) #DA620C

Tints of Tenne (Tawny) #DA620C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 12 (5.08% from 255) = 3.66%

R = 66.46%
G = 29.88%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA620C (or 0xDA620C) is known color: Tenne (Tawny). HEX triplet: DA, 62 and 0C. RGB value is (218,98,12). Sum of RGB (Red+Green+Blue) = 218+98+12=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA620C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA620C is #259DF3. Grayscale: #7C7C7C. Windows color (decimal): -2465268 or 811738. OLE color: 811738.

HSL color Cylindrical-coordinate representation of color #DA620C: hue angle of 25.05º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA620C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 98 12 -
CMYK 0 0.55 0.94 0.15
HSL 25.05º 0.9% 0.45% -
HSV(B) 25.05º 0.94% 0.85% -
XYZ 33.35 23.67 3.16 -
YUV 124.08 64.76 194.99 -
System Red Green Blue C M Y K H S L
Decimal 218 98 12 0 0.55 0.94 0.15 25.05 0.9 0.45
Hex DA 62 C 0 37 5E F 19 5A 2D
Octal 332 142 14 0 67 136 17 31 132 55
Binary 11011010 1100010 1100 0 110111 1011110 1111 11001 1011010 101101

Color Harmonies of #DA620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA620C

Black with #DA620C

Text Example


Text Example

White with #DA620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA620C; }

 p { color: rgb(218,98,12); }

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

background-color css

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

 a { background-color: rgb(218,98,12); }

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

border-color css

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

 span { border-color: rgb(218,98,12); }

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