Html Css Color HEX #DD681A Chocolate

📋 copy color: '#DD681A'

red 221 ◦ green 104 ◦ blue 26

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

Shades of Chocolate #DD681A

Tints of Chocolate #DD681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 62.96%
G = 29.63%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD681A (or 0xDD681A) is known color: Chocolate. HEX triplet: DD, 68 and 1A. RGB value is (221,104,26). Sum of RGB (Red+Green+Blue) = 221+104+26=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD681A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD681A is #2297E5. Grayscale: #828282. Windows color (decimal): -2267110 or 1730781. OLE color: 1730781.

HSL color Cylindrical-coordinate representation of color #DD681A: hue angle of 24º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD681A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 26 -
CMYK 0 0.53 0.88 0.13
HSL 24º 0.79% 0.48% -
HSV(B) 24º 0.88% 0.87% -
XYZ 34.96 25.35 4.03 -
YUV 130.09 69.26 192.84 -
System Red Green Blue C M Y K H S L
Decimal 221 104 26 0 0.53 0.88 0.13 24 0.79 0.48
Hex DD 68 1A 0 35 58 D 18 4F 30
Octal 335 150 32 0 65 130 15 30 117 60
Binary 11011101 1101000 11010 0 110101 1011000 1101 11000 1001111 110000

Color Harmonies of #DD681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD681A

Black with #DD681A

Text Example


Text Example

White with #DD681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD681A; }

 p { color: rgb(221,104,26); }

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

background-color css

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

 a { background-color: rgb(221,104,26); }

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

border-color css

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

 span { border-color: rgb(221,104,26); }

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