Html Css Color HEX #DD691E Chocolate

📋 copy color: '#DD691E'

red 221 ◦ green 105 ◦ blue 30

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

Shades of Chocolate #DD691E

Tints of Chocolate #DD691E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 62.08%
G = 29.49%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD691E (or 0xDD691E) is known color: Chocolate. HEX triplet: DD, 69 and 1E. RGB value is (221,105,30). Sum of RGB (Red+Green+Blue) = 221+105+30=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD691E is #2296E1. Grayscale: #838383. Windows color (decimal): -2266850 or 1993181. OLE color: 1993181.

HSL color Cylindrical-coordinate representation of color #DD691E: hue angle of 23.56º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD691E is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 105 30 -
CMYK 0 0.52 0.86 0.13
HSL 23.56º 0.76% 0.49% -
HSV(B) 23.56º 0.86% 0.87% -
XYZ 35.1 25.57 4.31 -
YUV 131.13 70.93 192.1 -
System Red Green Blue C M Y K H S L
Decimal 221 105 30 0 0.52 0.86 0.13 23.56 0.76 0.49
Hex DD 69 1E 0 34 56 D 18 4C 31
Octal 335 151 36 0 64 126 15 30 114 61
Binary 11011101 1101001 11110 0 110100 1010110 1101 11000 1001100 110001

Color Harmonies of #DD691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD691E

Black with #DD691E

Text Example


Text Example

White with #DD691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD691E; }

 p { color: rgb(221,105,30); }

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

background-color css

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

 a { background-color: rgb(221,105,30); }

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

border-color css

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

 span { border-color: rgb(221,105,30); }

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