Html Css Color HEX #DF630B Persimmon

📋 copy color: '#DF630B'

red 223 ◦ green 99 ◦ blue 11

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

Shades of Persimmon #DF630B

Tints of Persimmon #DF630B

RGB

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

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

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

R = 66.97%
G = 29.73%
B = 3.3%

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

#DF630B (or 0xDF630B) is known color: Persimmon. HEX triplet: DF, 63 and 0B. RGB value is (223,99,11). Sum of RGB (Red+Green+Blue) = 223+99+11=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF630B is #209CF4. Grayscale: #7E7E7E. Windows color (decimal): -2137333 or 746463. OLE color: 746463.

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

Color convert

RGB 223 99 11 -
CMYK 0 0.56 0.95 0.13
HSL 24.91º 0.91% 0.46% -
HSV(B) 24.91º 0.95% 0.87% -
XYZ 34.95 24.64 3.23 -
YUV 126.04 63.08 197.16 -
System Red Green Blue C M Y K H S L
Decimal 223 99 11 0 0.56 0.95 0.13 24.91 0.91 0.46
Hex DF 63 B 0 38 5F D 19 5B 2E
Octal 337 143 13 0 70 137 15 31 133 56
Binary 11011111 1100011 1011 0 111000 1011111 1101 11001 1011011 101110

Color Harmonies of #DF630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF630B

Black with #DF630B

Text Example


Text Example

White with #DF630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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