Html Css Color HEX #DC460B Persimmon

📋 copy color: '#DC460B'

red 220 ◦ green 70 ◦ blue 11

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

Shades of Persimmon #DC460B

Tints of Persimmon #DC460B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.26%

 BLUE value IS 11 (4.69% from 255) = 3.65%

R = 73.09%
G = 23.26%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC460B (or 0xDC460B) is known color: Persimmon. HEX triplet: DC, 46 and 0B. RGB value is (220,70,11). Sum of RGB (Red+Green+Blue) = 220+70+11=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC460B is #23B9F4. Grayscale: #6C6C6C. Windows color (decimal): -2341365 or 739036. OLE color: 739036.

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

Color convert

RGB 220 70 11 -
CMYK 0 0.68 0.95 0.14
HSL 16.94º 0.9% 0.45% -
HSV(B) 16.94º 0.95% 0.86% -
XYZ 31.77 19.62 2.43 -
YUV 108.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 220 70 11 0 0.68 0.95 0.14 16.94 0.9 0.45
Hex DC 46 B 0 44 5F E 11 5A 2D
Octal 334 106 13 0 104 137 16 21 132 55
Binary 11011100 1000110 1011 0 1000100 1011111 1110 10001 1011010 101101

Color Harmonies of #DC460B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC460B

Black with #DC460B

Text Example


Text Example

White with #DC460B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC460B; }

 p { color: rgb(220,70,11); }

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

background-color css

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

 a { background-color: rgb(220,70,11); }

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

border-color css

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

 span { border-color: rgb(220,70,11); }

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