Html Css Color HEX #DC4F0B Persimmon

📋 copy color: '#DC4F0B'

red 220 ◦ green 79 ◦ blue 11

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

Shades of Persimmon #DC4F0B

Tints of Persimmon #DC4F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.48%

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

R = 70.97%
G = 25.48%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC4F0B (or 0xDC4F0B) is known color: Persimmon. HEX triplet: DC, 4F and 0B. RGB value is (220,79,11). Sum of RGB (Red+Green+Blue) = 220+79+11=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F0B is #23B0F4. Grayscale: #717171. Windows color (decimal): -2339061 or 741340. OLE color: 741340.

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

Color convert

RGB 220 79 11 -
CMYK 0 0.64 0.95 0.14
HSL 19.52º 0.9% 0.45% -
HSV(B) 19.52º 0.95% 0.86% -
XYZ 32.37 20.83 2.63 -
YUV 113.41 70.21 204.03 -
System Red Green Blue C M Y K H S L
Decimal 220 79 11 0 0.64 0.95 0.14 19.52 0.9 0.45
Hex DC 4F B 0 40 5F E 14 5A 2D
Octal 334 117 13 0 100 137 16 24 132 55
Binary 11011100 1001111 1011 0 1000000 1011111 1110 10100 1011010 101101

Color Harmonies of #DC4F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F0B

Black with #DC4F0B

Text Example


Text Example

White with #DC4F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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