Html Css Color HEX #DA620B Tenne (Tawny)

📋 copy color: '#DA620B'

red 218 ◦ green 98 ◦ blue 11

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

Shades of Tenne (Tawny) #DA620B

Tints of Tenne (Tawny) #DA620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 66.67%
G = 29.97%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DA620B (or 0xDA620B) is known color: Tenne (Tawny). HEX triplet: DA, 62 and 0B. RGB value is (218,98,11). Sum of RGB (Red+Green+Blue) = 218+98+11=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA620B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA620B is #259DF4. Grayscale: #7C7C7C. Windows color (decimal): -2465269 or 746202. OLE color: 746202.

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

Color convert

RGB 218 98 11 -
CMYK 0 0.55 0.95 0.15
HSL 25.22º 0.9% 0.45% -
HSV(B) 25.22º 0.95% 0.85% -
XYZ 33.34 23.66 3.13 -
YUV 123.96 64.26 195.07 -
System Red Green Blue C M Y K H S L
Decimal 218 98 11 0 0.55 0.95 0.15 25.22 0.9 0.45
Hex DA 62 B 0 37 5F F 19 5A 2D
Octal 332 142 13 0 67 137 17 31 132 55
Binary 11011010 1100010 1011 0 110111 1011111 1111 11001 1011010 101101

Color Harmonies of #DA620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA620B

Black with #DA620B

Text Example


Text Example

White with #DA620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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