Html Css Color HEX #D65C08 Tenne (Tawny)

📋 copy color: '#D65C08'

red 214 ◦ green 92 ◦ blue 8

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

Shades of Tenne (Tawny) #D65C08

Tints of Tenne (Tawny) #D65C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 68.15%
G = 29.3%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D65C08 (or 0xD65C08) is known color: Tenne (Tawny). HEX triplet: D6, 5C and 08. RGB value is (214,92,8). Sum of RGB (Red+Green+Blue) = 214+92+8=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C08 is #29A3F7. Grayscale: #777777. Windows color (decimal): -2728952 or 548054. OLE color: 548054.

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

Color convert

RGB 214 92 8 -
CMYK 0 0.57 0.96 0.16
HSL 24.47º 0.93% 0.44% -
HSV(B) 24.47º 0.96% 0.84% -
XYZ 31.6 21.97 2.8 -
YUV 118.9 65.42 195.83 -
System Red Green Blue C M Y K H S L
Decimal 214 92 8 0 0.57 0.96 0.16 24.47 0.93 0.44
Hex D6 5C 8 0 39 60 10 18 5D 2C
Octal 326 134 10 0 71 140 20 30 135 54
Binary 11010110 1011100 1000 0 111001 1100000 10000 11000 1011101 101100

Color Harmonies of #D65C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C08

Black with #D65C08

Text Example


Text Example

White with #D65C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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