Html Css Color HEX #D65D0B Tenne (Tawny)

📋 copy color: '#D65D0B'

red 214 ◦ green 93 ◦ blue 11

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

Shades of Tenne (Tawny) #D65D0B

Tints of Tenne (Tawny) #D65D0B

RGB

 RED value IS 214 (83.98% from 255) = 67.3%

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

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

R = 67.3%
G = 29.25%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D65D0B (or 0xD65D0B) is known color: Tenne (Tawny). HEX triplet: D6, 5D and 0B. RGB value is (214,93,11). Sum of RGB (Red+Green+Blue) = 214+93+11=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65D0B is #29A2F4. Grayscale: #787878. Windows color (decimal): -2728693 or 744918. OLE color: 744918.

HSL color Cylindrical-coordinate representation of color #D65D0B: hue angle of 24.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D65D0B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 93 11 -
CMYK 0 0.57 0.95 0.16
HSL 24.24º 0.9% 0.44% -
HSV(B) 24.24º 0.95% 0.84% -
XYZ 31.71 22.15 2.92 -
YUV 119.83 66.59 195.17 -
System Red Green Blue C M Y K H S L
Decimal 214 93 11 0 0.57 0.95 0.16 24.24 0.9 0.44
Hex D6 5D B 0 39 5F 10 18 5A 2C
Octal 326 135 13 0 71 137 20 30 132 54
Binary 11010110 1011101 1011 0 111001 1011111 10000 11000 1011010 101100

Color Harmonies of #D65D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D0B

Black with #D65D0B

Text Example


Text Example

White with #D65D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D0B; }

 p { color: rgb(214,93,11); }

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

background-color css

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

 a { background-color: rgb(214,93,11); }

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

border-color css

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

 span { border-color: rgb(214,93,11); }

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