Html Css Color HEX #DD672C Gold Drop

📋 copy color: '#DD672C'

red 221 ◦ green 103 ◦ blue 44

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

Shades of Gold Drop #DD672C

Tints of Gold Drop #DD672C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 60.05%
G = 27.99%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD672C (or 0xDD672C) is known color: Gold Drop. HEX triplet: DD, 67 and 2C. RGB value is (221,103,44). Sum of RGB (Red+Green+Blue) = 221+103+44=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD672C is #2298D3. Grayscale: #838383. Windows color (decimal): -2267348 or 2910173. OLE color: 2910173.

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

Color convert

RGB 221 103 44 -
CMYK 0 0.53 0.80 0.13
HSL 20º 0.72% 0.52% -
HSV(B) 20º 0.8% 0.87% -
XYZ 35.12 25.25 5.41 -
YUV 131.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 221 103 44 0 0.53 0.80 0.13 20 0.72 0.52
Hex DD 67 2C 0 35 50 D 14 48 34
Octal 335 147 54 0 65 120 15 24 110 64
Binary 11011101 1100111 101100 0 110101 1010000 1101 10100 1001000 110100

Color Harmonies of #DD672C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD672C

Black with #DD672C

Text Example


Text Example

White with #DD672C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD672C; }

 p { color: rgb(221,103,44); }

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

background-color css

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

 a { background-color: rgb(221,103,44); }

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

border-color css

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

 span { border-color: rgb(221,103,44); }

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