Html Css Color HEX #DD6127 Gold Drop

📋 copy color: '#DD6127'

red 221 ◦ green 97 ◦ blue 39

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

Shades of Gold Drop #DD6127

Tints of Gold Drop #DD6127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 61.9%
G = 27.17%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD6127 (or 0xDD6127) is known color: Gold Drop. HEX triplet: DD, 61 and 27. RGB value is (221,97,39). Sum of RGB (Red+Green+Blue) = 221+97+39=357 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.90% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6127 is #229ED8. Grayscale: #7F7F7F. Windows color (decimal): -2268889 or 2580957. OLE color: 2580957.

HSL color Cylindrical-coordinate representation of color #DD6127: hue angle of 19.12º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD6127 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 39 -
CMYK 0 0.56 0.82 0.13
HSL 19.12º 0.73% 0.51% -
HSV(B) 19.12º 0.82% 0.87% -
XYZ 34.46 24.07 4.75 -
YUV 127.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 221 97 39 0 0.56 0.82 0.13 19.12 0.73 0.51
Hex DD 61 27 0 38 52 D 13 49 33
Octal 335 141 47 0 70 122 15 23 111 63
Binary 11011101 1100001 100111 0 111000 1010010 1101 10011 1001001 110011

Color Harmonies of #DD6127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6127

Black with #DD6127

Text Example


Text Example

White with #DD6127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6127; }

 p { color: rgb(221,97,39); }

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

background-color css

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

 a { background-color: rgb(221,97,39); }

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

border-color css

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

 span { border-color: rgb(221,97,39); }

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