Html Css Color HEX #DC4B08 Persimmon

📋 copy color: '#DC4B08'

red 220 ◦ green 75 ◦ blue 8

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

Shades of Persimmon #DC4B08

Tints of Persimmon #DC4B08

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.75%

 BLUE value IS 8 (3.52% from 255) = 2.64%

R = 72.61%
G = 24.75%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC4B08 (or 0xDC4B08) is known color: Persimmon. HEX triplet: DC, 4B and 08. RGB value is (220,75,8). Sum of RGB (Red+Green+Blue) = 220+75+8=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4B08 is #23B4F7. Grayscale: #6F6F6F. Windows color (decimal): -2340088 or 543708. OLE color: 543708.

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

Color convert

RGB 220 75 8 -
CMYK 0 0.66 0.96 0.14
HSL 18.96º 0.93% 0.45% -
HSV(B) 18.96º 0.96% 0.86% -
XYZ 32.08 20.27 2.45 -
YUV 110.72 70.04 205.95 -
System Red Green Blue C M Y K H S L
Decimal 220 75 8 0 0.66 0.96 0.14 18.96 0.93 0.45
Hex DC 4B 8 0 42 60 E 13 5D 2D
Octal 334 113 10 0 102 140 16 23 135 55
Binary 11011100 1001011 1000 0 1000010 1100000 1110 10011 1011101 101101

Color Harmonies of #DC4B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B08

Black with #DC4B08

Text Example


Text Example

White with #DC4B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B08; }

 p { color: rgb(220,75,8); }

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

background-color css

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

 a { background-color: rgb(220,75,8); }

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

border-color css

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

 span { border-color: rgb(220,75,8); }

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