Html Css Color HEX #DF6327 Gold Drop

📋 copy color: '#DF6327'

red 223 ◦ green 99 ◦ blue 39

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

Shades of Gold Drop #DF6327

Tints of Gold Drop #DF6327

RGB

 RED value IS 223 (87.5% from 255) = 61.77%

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

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

R = 61.77%
G = 27.42%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF6327 (or 0xDF6327) is known color: Gold Drop. HEX triplet: DF, 63 and 27. RGB value is (223,99,39). Sum of RGB (Red+Green+Blue) = 223+99+39=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6327 is #209CD8. Grayscale: #818181. Windows color (decimal): -2137305 or 2581471. OLE color: 2581471.

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

Color convert

RGB 223 99 39 -
CMYK 0 0.56 0.83 0.13
HSL 19.57º 0.74% 0.51% -
HSV(B) 19.57º 0.83% 0.87% -
XYZ 35.26 24.76 4.84 -
YUV 129.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 223 99 39 0 0.56 0.83 0.13 19.57 0.74 0.51
Hex DF 63 27 0 38 53 D 14 4A 33
Octal 337 143 47 0 70 123 15 24 112 63
Binary 11011111 1100011 100111 0 111000 1010011 1101 10100 1001010 110011

Color Harmonies of #DF6327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6327

Black with #DF6327

Text Example


Text Example

White with #DF6327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6327; }

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

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

background-color css

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

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

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

border-color css

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

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

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