Html Css Color HEX #DD4B03 Persimmon

📋 copy color: '#DD4B03'

red 221 ◦ green 75 ◦ blue 3

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

Shades of Persimmon #DD4B03

Tints of Persimmon #DD4B03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 73.91%
G = 25.08%
B = 1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD4B03 (or 0xDD4B03) is known color: Persimmon. HEX triplet: DD, 4B and 03. RGB value is (221,75,3). Sum of RGB (Red+Green+Blue) = 221+75+3=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4B03 is #22B4FC. Grayscale: #6E6E6E. Windows color (decimal): -2274557 or 216029. OLE color: 216029.

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

Color convert

RGB 221 75 3 -
CMYK 0 0.66 0.99 0.13
HSL 19.82º 0.97% 0.44% -
HSV(B) 19.82º 0.99% 0.87% -
XYZ 32.35 20.41 2.32 -
YUV 110.45 67.37 206.85 -
System Red Green Blue C M Y K H S L
Decimal 221 75 3 0 0.66 0.99 0.13 19.82 0.97 0.44
Hex DD 4B 3 0 42 63 D 14 61 2C
Octal 335 113 3 0 102 143 15 24 141 54
Binary 11011101 1001011 11 0 1000010 1100011 1101 10100 1100001 101100

Color Harmonies of #DD4B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B03

Black with #DD4B03

Text Example


Text Example

White with #DD4B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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