Html Css Color HEX #DE530B Persimmon

📋 copy color: '#DE530B'

red 222 ◦ green 83 ◦ blue 11

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

Shades of Persimmon #DE530B

Tints of Persimmon #DE530B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

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

R = 70.25%
G = 26.27%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DE530B (or 0xDE530B) is known color: Persimmon. HEX triplet: DE, 53 and 0B. RGB value is (222,83,11). Sum of RGB (Red+Green+Blue) = 222+83+11=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE530B is #21ACF4. Grayscale: #747474. Windows color (decimal): -2206965 or 742366. OLE color: 742366.

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

Color convert

RGB 222 83 11 -
CMYK 0 0.63 0.95 0.13
HSL 20.47º 0.91% 0.46% -
HSV(B) 20.47º 0.95% 0.87% -
XYZ 33.28 21.74 2.76 -
YUV 116.35 68.55 203.35 -
System Red Green Blue C M Y K H S L
Decimal 222 83 11 0 0.63 0.95 0.13 20.47 0.91 0.46
Hex DE 53 B 0 3F 5F D 14 5B 2E
Octal 336 123 13 0 77 137 15 24 133 56
Binary 11011110 1010011 1011 0 111111 1011111 1101 10100 1011011 101110

Color Harmonies of #DE530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE530B

Black with #DE530B

Text Example


Text Example

White with #DE530B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE530B; }

 p { color: rgb(222,83,11); }

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

background-color css

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

 a { background-color: rgb(222,83,11); }

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

border-color css

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

 span { border-color: rgb(222,83,11); }

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