Html Css Color HEX #DD630B Persimmon

📋 copy color: '#DD630B'

red 221 ◦ green 99 ◦ blue 11

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

Shades of Persimmon #DD630B

Tints of Persimmon #DD630B

RGB

 RED value IS 221 (86.72% from 255) = 66.77%

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

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

R = 66.77%
G = 29.91%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD630B (or 0xDD630B) is known color: Persimmon. HEX triplet: DD, 63 and 0B. RGB value is (221,99,11). Sum of RGB (Red+Green+Blue) = 221+99+11=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD630B is #229CF4. Grayscale: #7D7D7D. Windows color (decimal): -2268405 or 746461. OLE color: 746461.

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

Color convert

RGB 221 99 11 -
CMYK 0 0.55 0.95 0.13
HSL 25.14º 0.91% 0.45% -
HSV(B) 25.14º 0.95% 0.87% -
XYZ 34.34 24.32 3.2 -
YUV 125.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 221 99 11 0 0.55 0.95 0.13 25.14 0.91 0.45
Hex DD 63 B 0 37 5F D 19 5B 2D
Octal 335 143 13 0 67 137 15 31 133 55
Binary 11011101 1100011 1011 0 110111 1011111 1101 11001 1011011 101101

Color Harmonies of #DD630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD630B

Black with #DD630B

Text Example


Text Example

White with #DD630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD630B; }

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

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

background-color css

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

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

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

border-color css

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

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

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