Html Css Color HEX #DC450A Persimmon

📋 copy color: '#DC450A'

red 220 ◦ green 69 ◦ blue 10

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

Shades of Persimmon #DC450A

Tints of Persimmon #DC450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

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

R = 73.58%
G = 23.08%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC450A (or 0xDC450A) is known color: Persimmon. HEX triplet: DC, 45 and 0A. RGB value is (220,69,10). Sum of RGB (Red+Green+Blue) = 220+69+10=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC450A is #23BAF5. Grayscale: #6B6B6B. Windows color (decimal): -2341622 or 673244. OLE color: 673244.

HSL color Cylindrical-coordinate representation of color #DC450A: hue angle of 16.86º 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 #DC450A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 69 10 -
CMYK 0 0.69 0.95 0.14
HSL 16.86º 0.91% 0.45% -
HSV(B) 16.86º 0.95% 0.86% -
XYZ 31.7 19.49 2.38 -
YUV 107.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 220 69 10 0 0.69 0.95 0.14 16.86 0.91 0.45
Hex DC 45 A 0 45 5F E 11 5B 2D
Octal 334 105 12 0 105 137 16 21 133 55
Binary 11011100 1000101 1010 0 1000101 1011111 1110 10001 1011011 101101

Color Harmonies of #DC450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC450A

Black with #DC450A

Text Example


Text Example

White with #DC450A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC450A; }

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

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

background-color css

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

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

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

border-color css

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

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

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