Html Css Color HEX #DD692F Gold Drop

📋 copy color: '#DD692F'

red 221 ◦ green 105 ◦ blue 47

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

Shades of Gold Drop #DD692F

Tints of Gold Drop #DD692F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 59.25%
G = 28.15%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD692F (or 0xDD692F) is known color: Gold Drop. HEX triplet: DD, 69 and 2F. RGB value is (221,105,47). Sum of RGB (Red+Green+Blue) = 221+105+47=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD692F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD692F is #2296D0. Grayscale: #858585. Windows color (decimal): -2266833 or 3107293. OLE color: 3107293.

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

Color convert

RGB 221 105 47 -
CMYK 0 0.52 0.79 0.13
HSL 20º 0.72% 0.53% -
HSV(B) 20º 0.79% 0.87% -
XYZ 35.38 25.68 5.78 -
YUV 133.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 221 105 47 0 0.52 0.79 0.13 20 0.72 0.53
Hex DD 69 2F 0 34 4F D 14 48 35
Octal 335 151 57 0 64 117 15 24 110 65
Binary 11011101 1101001 101111 0 110100 1001111 1101 10100 1001000 110101

Color Harmonies of #DD692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD692F

Black with #DD692F

Text Example


Text Example

White with #DD692F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD692F; }

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

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

background-color css

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

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

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

border-color css

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

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

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