Html Css Color HEX #DF630C Persimmon

📋 copy color: '#DF630C'

red 223 ◦ green 99 ◦ blue 12

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

Shades of Persimmon #DF630C

Tints of Persimmon #DF630C

RGB

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

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

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

R = 66.77%
G = 29.64%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF630C (or 0xDF630C) is known color: Persimmon. HEX triplet: DF, 63 and 0C. RGB value is (223,99,12). Sum of RGB (Red+Green+Blue) = 223+99+12=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF630C is #209CF3. Grayscale: #7E7E7E. Windows color (decimal): -2137332 or 811999. OLE color: 811999.

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

Color convert

RGB 223 99 12 -
CMYK 0 0.56 0.95 0.13
HSL 24.74º 0.9% 0.46% -
HSV(B) 24.74º 0.95% 0.87% -
XYZ 34.96 24.64 3.26 -
YUV 126.16 63.58 197.07 -
System Red Green Blue C M Y K H S L
Decimal 223 99 12 0 0.56 0.95 0.13 24.74 0.9 0.46
Hex DF 63 C 0 38 5F D 19 5A 2E
Octal 337 143 14 0 70 137 15 31 132 56
Binary 11011111 1100011 1100 0 111000 1011111 1101 11001 1011010 101110

Color Harmonies of #DF630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF630C

Black with #DF630C

Text Example


Text Example

White with #DF630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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