Html Css Color HEX #DE470C Persimmon

📋 copy color: '#DE470C'

red 222 ◦ green 71 ◦ blue 12

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

Shades of Persimmon #DE470C

Tints of Persimmon #DE470C

RGB

 RED value IS 222 (87.11% from 255) = 72.79%

 GREEN value IS 71 (28.13% from 255) = 23.28%

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

R = 72.79%
G = 23.28%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE470C (or 0xDE470C) is known color: Persimmon. HEX triplet: DE, 47 and 0C. RGB value is (222,71,12). Sum of RGB (Red+Green+Blue) = 222+71+12=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE470C is #21B8F3. Grayscale: #6D6D6D. Windows color (decimal): -2210036 or 804830. OLE color: 804830.

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

Color convert

RGB 222 71 12 -
CMYK 0 0.68 0.95 0.13
HSL 16.86º 0.9% 0.46% -
HSV(B) 16.86º 0.95% 0.87% -
XYZ 32.44 20.06 2.51 -
YUV 109.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 222 71 12 0 0.68 0.95 0.13 16.86 0.9 0.46
Hex DE 47 C 0 44 5F D 11 5A 2E
Octal 336 107 14 0 104 137 15 21 132 56
Binary 11011110 1000111 1100 0 1000100 1011111 1101 10001 1011010 101110

Color Harmonies of #DE470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE470C

Black with #DE470C

Text Example


Text Example

White with #DE470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE470C; }

 p { color: rgb(222,71,12); }

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

background-color css

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

 a { background-color: rgb(222,71,12); }

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

border-color css

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

 span { border-color: rgb(222,71,12); }

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