Html Css Color HEX #DD610B Persimmon

📋 copy color: '#DD610B'

red 221 ◦ green 97 ◦ blue 11

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

Shades of Persimmon #DD610B

Tints of Persimmon #DD610B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 67.17%
G = 29.48%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD610B (or 0xDD610B) is known color: Persimmon. HEX triplet: DD, 61 and 0B. RGB value is (221,97,11). Sum of RGB (Red+Green+Blue) = 221+97+11=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD610B is #229EF4. Grayscale: #7C7C7C. Windows color (decimal): -2268917 or 745949. OLE color: 745949.

HSL color Cylindrical-coordinate representation of color #DD610B: hue angle of 24.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD610B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 11 -
CMYK 0 0.56 0.95 0.13
HSL 24.57º 0.91% 0.45% -
HSV(B) 24.57º 0.95% 0.87% -
XYZ 34.15 23.95 3.14 -
YUV 124.27 64.08 196.99 -
System Red Green Blue C M Y K H S L
Decimal 221 97 11 0 0.56 0.95 0.13 24.57 0.91 0.45
Hex DD 61 B 0 38 5F D 19 5B 2D
Octal 335 141 13 0 70 137 15 31 133 55
Binary 11011101 1100001 1011 0 111000 1011111 1101 11001 1011011 101101

Color Harmonies of #DD610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD610B

Black with #DD610B

Text Example


Text Example

White with #DD610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD610B; }

 p { color: rgb(221,97,11); }

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

background-color css

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

 a { background-color: rgb(221,97,11); }

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

border-color css

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

 span { border-color: rgb(221,97,11); }

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