Html Css Color HEX #DD6327 Gold Drop

📋 copy color: '#DD6327'

red 221 ◦ green 99 ◦ blue 39

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

Shades of Gold Drop #DD6327

Tints of Gold Drop #DD6327

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

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

R = 61.56%
G = 27.58%
B = 10.86%

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

#DD6327 (or 0xDD6327) is known color: Gold Drop. HEX triplet: DD, 63 and 27. RGB value is (221,99,39). Sum of RGB (Red+Green+Blue) = 221+99+39=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6327 is #229CD8. Grayscale: #818181. Windows color (decimal): -2268377 or 2581469. OLE color: 2581469.

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

Color convert

RGB 221 99 39 -
CMYK 0 0.55 0.82 0.13
HSL 19.78º 0.73% 0.51% -
HSV(B) 19.78º 0.82% 0.87% -
XYZ 34.65 24.44 4.81 -
YUV 128.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 221 99 39 0 0.55 0.82 0.13 19.78 0.73 0.51
Hex DD 63 27 0 37 52 D 14 49 33
Octal 335 143 47 0 67 122 15 24 111 63
Binary 11011101 1100011 100111 0 110111 1010010 1101 10100 1001001 110011

Color Harmonies of #DD6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6327

Black with #DD6327

Text Example


Text Example

White with #DD6327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6327; }

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

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

background-color css

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

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

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

border-color css

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

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

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