Html Css Color HEX #D34C00 Tenne (Tawny)

📋 copy color: '#D34C00'

red 211 ◦ green 76 ◦ blue 0

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

Shades of Tenne (Tawny) #D34C00

Tints of Tenne (Tawny) #D34C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.52%
G = 26.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D34C00 (or 0xD34C00) is known color: Tenne (Tawny). HEX triplet: D3, 4C and 00. RGB value is (211,76,0). Sum of RGB (Red+Green+Blue) = 211+76+0=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34C00 is #2CB3FF. Grayscale: #6C6C6C. Windows color (decimal): -2929664 or 19667. OLE color: 19667.

HSL color Cylindrical-coordinate representation of color #D34C00: hue angle of 21.61º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D34C00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 76 0 -
CMYK 0 0.64 1 0.17
HSL 21.61º 1% 0.41% -
HSV(B) 21.61º 1% 0.83% -
XYZ 29.45 19.02 2.12 -
YUV 107.7 67.23 201.68 -
System Red Green Blue C M Y K H S L
Decimal 211 76 0 0 0.64 1 0.17 21.61 1 0.41
Hex D3 4C 0 0 40 64 11 16 64 29
Octal 323 114 0 0 100 144 21 26 144 51
Binary 11010011 1001100 0 0 1000000 1100100 10001 10110 1100100 101001

Color Harmonies of #D34C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34C00

Black with #D34C00

Text Example


Text Example

White with #D34C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34C00; }

 p { color: rgb(211,76,0); }

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

background-color css

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

 a { background-color: rgb(211,76,0); }

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

border-color css

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

 span { border-color: rgb(211,76,0); }

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