Html Css Color HEX #DD600C Persimmon

📋 copy color: '#DD600C'

red 221 ◦ green 96 ◦ blue 12

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

Shades of Persimmon #DD600C

Tints of Persimmon #DD600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 67.17%
G = 29.18%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD600C (or 0xDD600C) is known color: Persimmon. HEX triplet: DD, 60 and 0C. RGB value is (221,96,12). Sum of RGB (Red+Green+Blue) = 221+96+12=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD600C is #229FF3. Grayscale: #7C7C7C. Windows color (decimal): -2269172 or 811229. OLE color: 811229.

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

Color convert

RGB 221 96 12 -
CMYK 0 0.57 0.95 0.13
HSL 24.11º 0.9% 0.46% -
HSV(B) 24.11º 0.95% 0.87% -
XYZ 34.07 23.76 3.14 -
YUV 123.8 64.91 197.33 -
System Red Green Blue C M Y K H S L
Decimal 221 96 12 0 0.57 0.95 0.13 24.11 0.9 0.46
Hex DD 60 C 0 39 5F D 18 5A 2E
Octal 335 140 14 0 71 137 15 30 132 56
Binary 11011101 1100000 1100 0 111001 1011111 1101 11000 1011010 101110

Color Harmonies of #DD600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD600C

Black with #DD600C

Text Example


Text Example

White with #DD600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD600C; }

 p { color: rgb(221,96,12); }

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

background-color css

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

 a { background-color: rgb(221,96,12); }

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

border-color css

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

 span { border-color: rgb(221,96,12); }

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