Html Css Color HEX #D4630C Tenne (Tawny)

📋 copy color: '#D4630C'

red 212 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #D4630C

Tints of Tenne (Tawny) #D4630C

RGB

 RED value IS 212 (83.2% from 255) = 65.63%

 GREEN value IS 99 (39.06% from 255) = 30.65%

 BLUE value IS 12 (5.08% from 255) = 3.72%

R = 65.63%
G = 30.65%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4630C (or 0xD4630C) is known color: Tenne (Tawny). HEX triplet: D4, 63 and 0C. RGB value is (212,99,12). Sum of RGB (Red+Green+Blue) = 212+99+12=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4630C is #2B9CF3. Grayscale: #7B7B7B. Windows color (decimal): -2858228 or 811988. OLE color: 811988.

HSL color Cylindrical-coordinate representation of color #D4630C: hue angle of 26.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4630C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 99 12 -
CMYK 0 0.53 0.94 0.17
HSL 26.1º 0.89% 0.44% -
HSV(B) 26.1º 0.94% 0.83% -
XYZ 31.68 22.95 3.11 -
YUV 122.87 65.44 191.57 -
System Red Green Blue C M Y K H S L
Decimal 212 99 12 0 0.53 0.94 0.17 26.1 0.89 0.44
Hex D4 63 C 0 35 5E 11 1A 59 2C
Octal 324 143 14 0 65 136 21 32 131 54
Binary 11010100 1100011 1100 0 110101 1011110 10001 11010 1011001 101100

Color Harmonies of #D4630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4630C

Black with #D4630C

Text Example


Text Example

White with #D4630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4630C; }

 p { color: rgb(212,99,12); }

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

background-color css

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

 a { background-color: rgb(212,99,12); }

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

border-color css

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

 span { border-color: rgb(212,99,12); }

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