Html Css Color HEX #DC4D0B Persimmon

📋 copy color: '#DC4D0B'

red 220 ◦ green 77 ◦ blue 11

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

Shades of Persimmon #DC4D0B

Tints of Persimmon #DC4D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

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

R = 71.43%
G = 25%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC4D0B (or 0xDC4D0B) is known color: Persimmon. HEX triplet: DC, 4D and 0B. RGB value is (220,77,11). Sum of RGB (Red+Green+Blue) = 220+77+11=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D0B is #23B2F4. Grayscale: #707070. Windows color (decimal): -2339573 or 740828. OLE color: 740828.

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

Color convert

RGB 220 77 11 -
CMYK 0 0.65 0.95 0.14
HSL 18.95º 0.9% 0.45% -
HSV(B) 18.95º 0.95% 0.86% -
XYZ 32.23 20.55 2.58 -
YUV 112.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 220 77 11 0 0.65 0.95 0.14 18.95 0.9 0.45
Hex DC 4D B 0 41 5F E 13 5A 2D
Octal 334 115 13 0 101 137 16 23 132 55
Binary 11011100 1001101 1011 0 1000001 1011111 1110 10011 1011010 101101

Color Harmonies of #DC4D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D0B

Black with #DC4D0B

Text Example


Text Example

White with #DC4D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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