Html Css Color HEX #D65C0C Tenne (Tawny)

📋 copy color: '#D65C0C'

red 214 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #D65C0C

Tints of Tenne (Tawny) #D65C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.93%

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

R = 67.3%
G = 28.93%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D65C0C (or 0xD65C0C) is known color: Tenne (Tawny). HEX triplet: D6, 5C and 0C. RGB value is (214,92,12). Sum of RGB (Red+Green+Blue) = 214+92+12=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C0C is #29A3F3. Grayscale: #777777. Windows color (decimal): -2728948 or 810198. OLE color: 810198.

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

Color convert

RGB 214 92 12 -
CMYK 0 0.57 0.94 0.16
HSL 23.76º 0.89% 0.44% -
HSV(B) 23.76º 0.94% 0.84% -
XYZ 31.63 21.98 2.92 -
YUV 119.36 67.42 195.5 -
System Red Green Blue C M Y K H S L
Decimal 214 92 12 0 0.57 0.94 0.16 23.76 0.89 0.44
Hex D6 5C C 0 39 5E 10 18 59 2C
Octal 326 134 14 0 71 136 20 30 131 54
Binary 11010110 1011100 1100 0 111001 1011110 10000 11000 1011001 101100

Color Harmonies of #D65C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C0C

Black with #D65C0C

Text Example


Text Example

White with #D65C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C0C; }

 p { color: rgb(214,92,12); }

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

background-color css

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

 a { background-color: rgb(214,92,12); }

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

border-color css

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

 span { border-color: rgb(214,92,12); }

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