Html Css Color HEX #D65B08 Tenne (Tawny)

📋 copy color: '#D65B08'

red 214 ◦ green 91 ◦ blue 8

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

Shades of Tenne (Tawny) #D65B08

Tints of Tenne (Tawny) #D65B08

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 68.37%
G = 29.07%
B = 2.56%

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

#D65B08 (or 0xD65B08) is known color: Tenne (Tawny). HEX triplet: D6, 5B and 08. RGB value is (214,91,8). Sum of RGB (Red+Green+Blue) = 214+91+8=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65B08 is #29A4F7. Grayscale: #767676. Windows color (decimal): -2729208 or 547798. OLE color: 547798.

HSL color Cylindrical-coordinate representation of color #D65B08: hue angle of 24.17º 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 #D65B08 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 91 8 -
CMYK 0 0.57 0.96 0.16
HSL 24.17º 0.93% 0.44% -
HSV(B) 24.17º 0.96% 0.84% -
XYZ 31.52 21.8 2.78 -
YUV 118.32 65.75 196.25 -
System Red Green Blue C M Y K H S L
Decimal 214 91 8 0 0.57 0.96 0.16 24.17 0.93 0.44
Hex D6 5B 8 0 39 60 10 18 5D 2C
Octal 326 133 10 0 71 140 20 30 135 54
Binary 11010110 1011011 1000 0 111001 1100000 10000 11000 1011101 101100

Color Harmonies of #D65B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B08

Black with #D65B08

Text Example


Text Example

White with #D65B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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