Html Css Color HEX #DF600B Persimmon

📋 copy color: '#DF600B'

red 223 ◦ green 96 ◦ blue 11

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

Shades of Persimmon #DF600B

Tints of Persimmon #DF600B

RGB

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

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

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

R = 67.58%
G = 29.09%
B = 3.33%

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

#DF600B (or 0xDF600B) is known color: Persimmon. HEX triplet: DF, 60 and 0B. RGB value is (223,96,11). Sum of RGB (Red+Green+Blue) = 223+96+11=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF600B is #209FF4. Grayscale: #7C7C7C. Windows color (decimal): -2138101 or 745695. OLE color: 745695.

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

Color convert

RGB 223 96 11 -
CMYK 0 0.57 0.95 0.13
HSL 24.06º 0.91% 0.46% -
HSV(B) 24.06º 0.95% 0.87% -
XYZ 34.67 24.08 3.14 -
YUV 124.28 64.08 198.41 -
System Red Green Blue C M Y K H S L
Decimal 223 96 11 0 0.57 0.95 0.13 24.06 0.91 0.46
Hex DF 60 B 0 39 5F D 18 5B 2E
Octal 337 140 13 0 71 137 15 30 133 56
Binary 11011111 1100000 1011 0 111001 1011111 1101 11000 1011011 101110

Color Harmonies of #DF600B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF600B

Black with #DF600B

Text Example


Text Example

White with #DF600B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF600B; }

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

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

background-color css

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

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

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

border-color css

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

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

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