Html Css Color HEX #DD662B Gold Drop

📋 copy color: '#DD662B'

red 221 ◦ green 102 ◦ blue 43

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

Shades of Gold Drop #DD662B

Tints of Gold Drop #DD662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.87%

 BLUE value IS 43 (17.19% from 255) = 11.75%

R = 60.38%
G = 27.87%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD662B (or 0xDD662B) is known color: Gold Drop. HEX triplet: DD, 66 and 2B. RGB value is (221,102,43). Sum of RGB (Red+Green+Blue) = 221+102+43=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD662B is #2299D4. Grayscale: #838383. Windows color (decimal): -2267605 or 2844381. OLE color: 2844381.

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

Color convert

RGB 221 102 43 -
CMYK 0 0.54 0.81 0.13
HSL 19.89º 0.72% 0.52% -
HSV(B) 19.89º 0.81% 0.87% -
XYZ 35.01 25.05 5.28 -
YUV 130.86 78.42 192.3 -
System Red Green Blue C M Y K H S L
Decimal 221 102 43 0 0.54 0.81 0.13 19.89 0.72 0.52
Hex DD 66 2B 0 36 51 D 14 48 34
Octal 335 146 53 0 66 121 15 24 110 64
Binary 11011101 1100110 101011 0 110110 1010001 1101 10100 1001000 110100

Color Harmonies of #DD662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD662B

Black with #DD662B

Text Example


Text Example

White with #DD662B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD662B; }

 p { color: rgb(221,102,43); }

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

background-color css

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

 a { background-color: rgb(221,102,43); }

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

border-color css

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

 span { border-color: rgb(221,102,43); }

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