Html Css Color HEX #D0630D Tenne (Tawny)

📋 copy color: '#D0630D'

red 208 ◦ green 99 ◦ blue 13

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

Shades of Tenne (Tawny) #D0630D

Tints of Tenne (Tawny) #D0630D

RGB

 RED value IS 208 (81.64% from 255) = 65%

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 65%
G = 30.94%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0630D (or 0xD0630D) is known color: Tenne (Tawny). HEX triplet: D0, 63 and 0D. RGB value is (208,99,13). Sum of RGB (Red+Green+Blue) = 208+99+13=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0630D is #2F9CF2. Grayscale: #7A7A7A. Windows color (decimal): -3120371 or 877520. OLE color: 877520.

HSL color Cylindrical-coordinate representation of color #D0630D: hue angle of 26.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0630D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 99 13 -
CMYK 0 0.52 0.94 0.18
HSL 26.46º 0.88% 0.43% -
HSV(B) 26.46º 0.94% 0.82% -
XYZ 30.55 22.36 3.09 -
YUV 121.79 66.61 189.49 -
System Red Green Blue C M Y K H S L
Decimal 208 99 13 0 0.52 0.94 0.18 26.46 0.88 0.43
Hex D0 63 D 0 34 5E 12 1A 58 2B
Octal 320 143 15 0 64 136 22 32 130 53
Binary 11010000 1100011 1101 0 110100 1011110 10010 11010 1011000 101011

Color Harmonies of #D0630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0630D

Black with #D0630D

Text Example


Text Example

White with #D0630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0630D; }

 p { color: rgb(208,99,13); }

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

background-color css

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

 a { background-color: rgb(208,99,13); }

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

border-color css

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

 span { border-color: rgb(208,99,13); }

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