Html Css Color HEX #D5630C Tenne (Tawny)

📋 copy color: '#D5630C'

red 213 ◦ green 99 ◦ blue 12

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

Shades of Tenne (Tawny) #D5630C

Tints of Tenne (Tawny) #D5630C

RGB

 RED value IS 213 (83.59% from 255) = 65.74%

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

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

R = 65.74%
G = 30.56%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5630C (or 0xD5630C) is known color: Tenne (Tawny). HEX triplet: D5, 63 and 0C. RGB value is (213,99,12). Sum of RGB (Red+Green+Blue) = 213+99+12=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5630C is #2A9CF3. Grayscale: #7B7B7B. Windows color (decimal): -2792692 or 811989. OLE color: 811989.

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

Color convert

RGB 213 99 12 -
CMYK 0 0.54 0.94 0.16
HSL 25.97º 0.89% 0.44% -
HSV(B) 25.97º 0.94% 0.84% -
XYZ 31.97 23.1 3.12 -
YUV 123.17 65.27 192.07 -
System Red Green Blue C M Y K H S L
Decimal 213 99 12 0 0.54 0.94 0.16 25.97 0.89 0.44
Hex D5 63 C 0 36 5E 10 1A 59 2C
Octal 325 143 14 0 66 136 20 32 131 54
Binary 11010101 1100011 1100 0 110110 1011110 10000 11010 1011001 101100

Color Harmonies of #D5630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5630C

Black with #D5630C

Text Example


Text Example

White with #D5630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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