Html Css Color HEX #DC630A Tenne (Tawny)

📋 copy color: '#DC630A'

red 220 ◦ green 99 ◦ blue 10

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

Shades of Tenne (Tawny) #DC630A

Tints of Tenne (Tawny) #DC630A

RGB

 RED value IS 220 (86.33% from 255) = 66.87%

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

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 66.87%
G = 30.09%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC630A (or 0xDC630A) is known color: Tenne (Tawny). HEX triplet: DC, 63 and 0A. RGB value is (220,99,10). Sum of RGB (Red+Green+Blue) = 220+99+10=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC630A is #239CF5. Grayscale: #7D7D7D. Windows color (decimal): -2333942 or 680924. OLE color: 680924.

HSL color Cylindrical-coordinate representation of color #DC630A: hue angle of 25.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC630A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 10 -
CMYK 0 0.55 0.95 0.14
HSL 25.43º 0.91% 0.45% -
HSV(B) 25.43º 0.95% 0.86% -
XYZ 34.03 24.16 3.16 -
YUV 125.03 63.09 195.74 -
System Red Green Blue C M Y K H S L
Decimal 220 99 10 0 0.55 0.95 0.14 25.43 0.91 0.45
Hex DC 63 A 0 37 5F E 19 5B 2D
Octal 334 143 12 0 67 137 16 31 133 55
Binary 11011100 1100011 1010 0 110111 1011111 1110 11001 1011011 101101

Color Harmonies of #DC630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC630A

Black with #DC630A

Text Example


Text Example

White with #DC630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC630A; }

 p { color: rgb(220,99,10); }

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

background-color css

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

 a { background-color: rgb(220,99,10); }

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

border-color css

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

 span { border-color: rgb(220,99,10); }

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