Html Css Color HEX #DE4908 Persimmon

📋 copy color: '#DE4908'

red 222 ◦ green 73 ◦ blue 8

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

Shades of Persimmon #DE4908

Tints of Persimmon #DE4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 8 (3.52% from 255) = 2.64%

R = 73.27%
G = 24.09%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE4908 (or 0xDE4908) is known color: Persimmon. HEX triplet: DE, 49 and 08. RGB value is (222,73,8). Sum of RGB (Red+Green+Blue) = 222+73+8=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4908 is #21B6F7. Grayscale: #6E6E6E. Windows color (decimal): -2209528 or 543198. OLE color: 543198.

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

Color convert

RGB 222 73 8 -
CMYK 0 0.67 0.96 0.13
HSL 18.22º 0.93% 0.45% -
HSV(B) 18.22º 0.96% 0.87% -
XYZ 32.55 20.31 2.43 -
YUV 110.14 70.36 207.79 -
System Red Green Blue C M Y K H S L
Decimal 222 73 8 0 0.67 0.96 0.13 18.22 0.93 0.45
Hex DE 49 8 0 43 60 D 12 5D 2D
Octal 336 111 10 0 103 140 15 22 135 55
Binary 11011110 1001001 1000 0 1000011 1100000 1101 10010 1011101 101101

Color Harmonies of #DE4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4908

Black with #DE4908

Text Example


Text Example

White with #DE4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4908; }

 p { color: rgb(222,73,8); }

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

background-color css

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

 a { background-color: rgb(222,73,8); }

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

border-color css

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

 span { border-color: rgb(222,73,8); }

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