Html Css Color HEX #DD622A Gold Drop

📋 copy color: '#DD622A'

red 221 ◦ green 98 ◦ blue 42

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

Shades of Gold Drop #DD622A

Tints of Gold Drop #DD622A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 61.22%
G = 27.15%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD622A (or 0xDD622A) is known color: Gold Drop. HEX triplet: DD, 62 and 2A. RGB value is (221,98,42). Sum of RGB (Red+Green+Blue) = 221+98+42=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD622A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD622A is #229DD5. Grayscale: #808080. Windows color (decimal): -2268630 or 2777821. OLE color: 2777821.

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

Color convert

RGB 221 98 42 -
CMYK 0 0.56 0.81 0.13
HSL 18.77º 0.72% 0.52% -
HSV(B) 18.77º 0.81% 0.87% -
XYZ 34.6 24.27 5.05 -
YUV 128.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 221 98 42 0 0.56 0.81 0.13 18.77 0.72 0.52
Hex DD 62 2A 0 38 51 D 13 48 34
Octal 335 142 52 0 70 121 15 23 110 64
Binary 11011101 1100010 101010 0 111000 1010001 1101 10011 1001000 110100

Color Harmonies of #DD622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD622A

Black with #DD622A

Text Example


Text Example

White with #DD622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD622A; }

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

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

background-color css

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

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

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

border-color css

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

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

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