Html Css Color HEX #DF630A Persimmon

📋 copy color: '#DF630A'

red 223 ◦ green 99 ◦ blue 10

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

Shades of Persimmon #DF630A

Tints of Persimmon #DF630A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

 BLUE value IS 10 (4.3% from 255) = 3.01%

R = 67.17%
G = 29.82%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF630A (or 0xDF630A) is known color: Persimmon. HEX triplet: DF, 63 and 0A. RGB value is (223,99,10). Sum of RGB (Red+Green+Blue) = 223+99+10=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF630A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF630A is #209CF5. Grayscale: #7E7E7E. Windows color (decimal): -2137334 or 680927. OLE color: 680927.

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

Color convert

RGB 223 99 10 -
CMYK 0 0.56 0.96 0.13
HSL 25.07º 0.91% 0.46% -
HSV(B) 25.07º 0.96% 0.87% -
XYZ 34.95 24.63 3.2 -
YUV 125.93 62.58 197.24 -
System Red Green Blue C M Y K H S L
Decimal 223 99 10 0 0.56 0.96 0.13 25.07 0.91 0.46
Hex DF 63 A 0 38 60 D 19 5B 2E
Octal 337 143 12 0 70 140 15 31 133 56
Binary 11011111 1100011 1010 0 111000 1100000 1101 11001 1011011 101110

Color Harmonies of #DF630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF630A

Black with #DF630A

Text Example


Text Example

White with #DF630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF630A; }

 p { color: rgb(223,99,10); }

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

background-color css

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

 a { background-color: rgb(223,99,10); }

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

border-color css

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

 span { border-color: rgb(223,99,10); }

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