Html Css Color HEX #D65302 Tenne (Tawny)

📋 copy color: '#D65302'

red 214 ◦ green 83 ◦ blue 2

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

Shades of Tenne (Tawny) #D65302

Tints of Tenne (Tawny) #D65302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 71.57%
G = 27.76%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D65302 (or 0xD65302) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 02. RGB value is (214,83,2). Sum of RGB (Red+Green+Blue) = 214+83+2=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D65302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65302 is #29ACFD. Grayscale: #717171. Windows color (decimal): -2731262 or 152534. OLE color: 152534.

HSL color Cylindrical-coordinate representation of color #D65302: hue angle of 22.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D65302 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 2 -
CMYK 0 0.61 0.99 0.16
HSL 22.92º 0.98% 0.42% -
HSV(B) 22.92º 0.99% 0.84% -
XYZ 30.84 20.49 2.39 -
YUV 112.94 65.4 200.09 -
System Red Green Blue C M Y K H S L
Decimal 214 83 2 0 0.61 0.99 0.16 22.92 0.98 0.42
Hex D6 53 2 0 3D 63 10 17 62 2A
Octal 326 123 2 0 75 143 20 27 142 52
Binary 11010110 1010011 10 0 111101 1100011 10000 10111 1100010 101010

Color Harmonies of #D65302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65302

Black with #D65302

Text Example


Text Example

White with #D65302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65302; }

 p { color: rgb(214,83,2); }

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

background-color css

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

 a { background-color: rgb(214,83,2); }

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

border-color css

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

 span { border-color: rgb(214,83,2); }

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