Html Css Color HEX #D35C02 Tenne (Tawny)

📋 copy color: '#D35C02'

red 211 ◦ green 92 ◦ blue 2

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

Shades of Tenne (Tawny) #D35C02

Tints of Tenne (Tawny) #D35C02

RGB

 RED value IS 211 (82.81% from 255) = 69.18%

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

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

R = 69.18%
G = 30.16%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D35C02 (or 0xD35C02) is known color: Tenne (Tawny). HEX triplet: D3, 5C and 02. RGB value is (211,92,2). Sum of RGB (Red+Green+Blue) = 211+92+2=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35C02 is #2CA3FD. Grayscale: #757575. Windows color (decimal): -2925566 or 154835. OLE color: 154835.

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

Color convert

RGB 211 92 2 -
CMYK 0 0.56 0.99 0.17
HSL 25.84º 0.98% 0.42% -
HSV(B) 25.84º 0.99% 0.83% -
XYZ 30.7 21.51 2.59 -
YUV 117.32 62.92 194.82 -
System Red Green Blue C M Y K H S L
Decimal 211 92 2 0 0.56 0.99 0.17 25.84 0.98 0.42
Hex D3 5C 2 0 38 63 11 1A 62 2A
Octal 323 134 2 0 70 143 21 32 142 52
Binary 11010011 1011100 10 0 111000 1100011 10001 11010 1100010 101010

Color Harmonies of #D35C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C02

Black with #D35C02

Text Example


Text Example

White with #D35C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C02; }

 p { color: rgb(211,92,2); }

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

background-color css

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

 a { background-color: rgb(211,92,2); }

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

border-color css

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

 span { border-color: rgb(211,92,2); }

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