Html Css Color HEX #DD6427 Gold Drop

📋 copy color: '#DD6427'

red 221 ◦ green 100 ◦ blue 39

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

Shades of Gold Drop #DD6427

Tints of Gold Drop #DD6427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

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

R = 61.39%
G = 27.78%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD6427 (or 0xDD6427) is known color: Gold Drop. HEX triplet: DD, 64 and 27. RGB value is (221,100,39). Sum of RGB (Red+Green+Blue) = 221+100+39=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6427 is #229BD8. Grayscale: #818181. Windows color (decimal): -2268121 or 2581725. OLE color: 2581725.

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

Color convert

RGB 221 100 39 -
CMYK 0 0.55 0.82 0.13
HSL 20.11º 0.73% 0.51% -
HSV(B) 20.11º 0.82% 0.87% -
XYZ 34.74 24.63 4.84 -
YUV 129.23 77.09 193.46 -
System Red Green Blue C M Y K H S L
Decimal 221 100 39 0 0.55 0.82 0.13 20.11 0.73 0.51
Hex DD 64 27 0 37 52 D 14 49 33
Octal 335 144 47 0 67 122 15 24 111 63
Binary 11011101 1100100 100111 0 110111 1010010 1101 10100 1001001 110011

Color Harmonies of #DD6427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6427

Black with #DD6427

Text Example


Text Example

White with #DD6427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6427; }

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

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

background-color css

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

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

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

border-color css

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

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

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