Html Css Color HEX #DF610B Persimmon

📋 copy color: '#DF610B'

red 223 ◦ green 97 ◦ blue 11

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

Shades of Persimmon #DF610B

Tints of Persimmon #DF610B

RGB

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

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

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

R = 67.37%
G = 29.31%
B = 3.32%

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

#DF610B (or 0xDF610B) is known color: Persimmon. HEX triplet: DF, 61 and 0B. RGB value is (223,97,11). Sum of RGB (Red+Green+Blue) = 223+97+11=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF610B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF610B is #209EF4. Grayscale: #7D7D7D. Windows color (decimal): -2137845 or 745951. OLE color: 745951.

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

Color convert

RGB 223 97 11 -
CMYK 0 0.57 0.95 0.13
HSL 24.34º 0.91% 0.46% -
HSV(B) 24.34º 0.95% 0.87% -
XYZ 34.77 24.26 3.17 -
YUV 124.87 63.74 197.99 -
System Red Green Blue C M Y K H S L
Decimal 223 97 11 0 0.57 0.95 0.13 24.34 0.91 0.46
Hex DF 61 B 0 39 5F D 18 5B 2E
Octal 337 141 13 0 71 137 15 30 133 56
Binary 11011111 1100001 1011 0 111001 1011111 1101 11000 1011011 101110

Color Harmonies of #DF610B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF610B

Black with #DF610B

Text Example


Text Example

White with #DF610B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF610B; }

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

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

background-color css

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

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

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

border-color css

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

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

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