Html Css Color HEX #DF6227 Gold Drop

📋 copy color: '#DF6227'

red 223 ◦ green 98 ◦ blue 39

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

Shades of Gold Drop #DF6227

Tints of Gold Drop #DF6227

RGB

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

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

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

R = 61.94%
G = 27.22%
B = 10.83%

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

#DF6227 (or 0xDF6227) is known color: Gold Drop. HEX triplet: DF, 62 and 27. RGB value is (223,98,39). Sum of RGB (Red+Green+Blue) = 223+98+39=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6227 is #209DD8. Grayscale: #818181. Windows color (decimal): -2137561 or 2581215. OLE color: 2581215.

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

Color convert

RGB 223 98 39 -
CMYK 0 0.56 0.83 0.13
HSL 19.24º 0.74% 0.51% -
HSV(B) 19.24º 0.83% 0.87% -
XYZ 35.17 24.57 4.81 -
YUV 128.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 223 98 39 0 0.56 0.83 0.13 19.24 0.74 0.51
Hex DF 62 27 0 38 53 D 13 4A 33
Octal 337 142 47 0 70 123 15 23 112 63
Binary 11011111 1100010 100111 0 111000 1010011 1101 10011 1001010 110011

Color Harmonies of #DF6227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6227

Black with #DF6227

Text Example


Text Example

White with #DF6227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6227; }

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

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

background-color css

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

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

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

border-color css

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

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

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