Html Css Color HEX #DD4B05 Persimmon

📋 copy color: '#DD4B05'

red 221 ◦ green 75 ◦ blue 5

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

Shades of Persimmon #DD4B05

Tints of Persimmon #DD4B05

RGB

 RED value IS 221 (86.72% from 255) = 73.42%

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 73.42%
G = 24.92%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD4B05 (or 0xDD4B05) is known color: Persimmon. HEX triplet: DD, 4B and 05. RGB value is (221,75,5). Sum of RGB (Red+Green+Blue) = 221+75+5=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B05 is #22B4FA. Grayscale: #6F6F6F. Windows color (decimal): -2274555 or 347101. OLE color: 347101.

HSL color Cylindrical-coordinate representation of color #DD4B05: hue angle of 19.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD4B05 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 75 5 -
CMYK 0 0.66 0.98 0.13
HSL 19.44º 0.96% 0.44% -
HSV(B) 19.44º 0.98% 0.87% -
XYZ 32.36 20.42 2.38 -
YUV 110.67 68.37 206.69 -
System Red Green Blue C M Y K H S L
Decimal 221 75 5 0 0.66 0.98 0.13 19.44 0.96 0.44
Hex DD 4B 5 0 42 62 D 13 60 2C
Octal 335 113 5 0 102 142 15 23 140 54
Binary 11011101 1001011 101 0 1000010 1100010 1101 10011 1100000 101100

Color Harmonies of #DD4B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B05

Black with #DD4B05

Text Example


Text Example

White with #DD4B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B05; }

 p { color: rgb(221,75,5); }

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

background-color css

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

 a { background-color: rgb(221,75,5); }

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

border-color css

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

 span { border-color: rgb(221,75,5); }

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