Html Css Color HEX #DD662A Gold Drop

📋 copy color: '#DD662A'

red 221 ◦ green 102 ◦ blue 42

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

Shades of Gold Drop #DD662A

Tints of Gold Drop #DD662A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.51%

R = 60.55%
G = 27.95%
B = 11.51%

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

#DD662A (or 0xDD662A) is known color: Gold Drop. HEX triplet: DD, 66 and 2A. RGB value is (221,102,42). Sum of RGB (Red+Green+Blue) = 221+102+42=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD662A is #2299D5. Grayscale: #838383. Windows color (decimal): -2267606 or 2778845. OLE color: 2778845.

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

Color convert

RGB 221 102 42 -
CMYK 0 0.54 0.81 0.13
HSL 20.11º 0.72% 0.52% -
HSV(B) 20.11º 0.81% 0.87% -
XYZ 34.99 25.04 5.18 -
YUV 130.74 77.92 192.38 -
System Red Green Blue C M Y K H S L
Decimal 221 102 42 0 0.54 0.81 0.13 20.11 0.72 0.52
Hex DD 66 2A 0 36 51 D 14 48 34
Octal 335 146 52 0 66 121 15 24 110 64
Binary 11011101 1100110 101010 0 110110 1010001 1101 10100 1001000 110100

Color Harmonies of #DD662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD662A

Black with #DD662A

Text Example


Text Example

White with #DD662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD662A; }

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

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

background-color css

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

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

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

border-color css

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

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

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