Html Css Color HEX #DF6006 Persimmon

📋 copy color: '#DF6006'

red 223 ◦ green 96 ◦ blue 6

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

Shades of Persimmon #DF6006

Tints of Persimmon #DF6006

RGB

 RED value IS 223 (87.5% from 255) = 68.62%

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

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 68.62%
G = 29.54%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF6006 (or 0xDF6006) is known color: Persimmon. HEX triplet: DF, 60 and 06. RGB value is (223,96,6). Sum of RGB (Red+Green+Blue) = 223+96+6=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6006 is #209FF9. Grayscale: #7C7C7C. Windows color (decimal): -2138106 or 418015. OLE color: 418015.

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

Color convert

RGB 223 96 6 -
CMYK 0 0.57 0.97 0.13
HSL 24.88º 0.95% 0.45% -
HSV(B) 24.88º 0.97% 0.87% -
XYZ 34.65 24.07 2.99 -
YUV 123.71 61.58 198.82 -
System Red Green Blue C M Y K H S L
Decimal 223 96 6 0 0.57 0.97 0.13 24.88 0.95 0.45
Hex DF 60 6 0 39 61 D 19 5F 2D
Octal 337 140 6 0 71 141 15 31 137 55
Binary 11011111 1100000 110 0 111001 1100001 1101 11001 1011111 101101

Color Harmonies of #DF6006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6006

Black with #DF6006

Text Example


Text Example

White with #DF6006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6006; }

 p { color: rgb(223,96,6); }

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

background-color css

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

 a { background-color: rgb(223,96,6); }

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

border-color css

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

 span { border-color: rgb(223,96,6); }

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