Html Css Color HEX #DF600C Persimmon

📋 copy color: '#DF600C'

red 223 ◦ green 96 ◦ blue 12

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

Shades of Persimmon #DF600C

Tints of Persimmon #DF600C

RGB

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

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

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

R = 67.37%
G = 29%
B = 3.63%

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

#DF600C (or 0xDF600C) is known color: Persimmon. HEX triplet: DF, 60 and 0C. RGB value is (223,96,12). Sum of RGB (Red+Green+Blue) = 223+96+12=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF600C is #209FF3. Grayscale: #7C7C7C. Windows color (decimal): -2138100 or 811231. OLE color: 811231.

HSL color Cylindrical-coordinate representation of color #DF600C: hue angle of 23.89º 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 #DF600C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 12 -
CMYK 0 0.57 0.95 0.13
HSL 23.89º 0.9% 0.46% -
HSV(B) 23.89º 0.95% 0.87% -
XYZ 34.68 24.08 3.17 -
YUV 124.4 64.58 198.33 -
System Red Green Blue C M Y K H S L
Decimal 223 96 12 0 0.57 0.95 0.13 23.89 0.9 0.46
Hex DF 60 C 0 39 5F D 18 5A 2E
Octal 337 140 14 0 71 137 15 30 132 56
Binary 11011111 1100000 1100 0 111001 1011111 1101 11000 1011010 101110

Color Harmonies of #DF600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF600C

Black with #DF600C

Text Example


Text Example

White with #DF600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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