Html Css Color HEX #DF6328 Gold Drop

📋 copy color: '#DF6328'

red 223 ◦ green 99 ◦ blue 40

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

Shades of Gold Drop #DF6328

Tints of Gold Drop #DF6328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 61.6%
G = 27.35%
B = 11.05%

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

#DF6328 (or 0xDF6328) is known color: Gold Drop. HEX triplet: DF, 63 and 28. RGB value is (223,99,40). Sum of RGB (Red+Green+Blue) = 223+99+40=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6328 is #209CD7. Grayscale: #818181. Windows color (decimal): -2137304 or 2647007. OLE color: 2647007.

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

Color convert

RGB 223 99 40 -
CMYK 0 0.56 0.82 0.13
HSL 19.34º 0.74% 0.52% -
HSV(B) 19.34º 0.82% 0.87% -
XYZ 35.28 24.76 4.93 -
YUV 129.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 223 99 40 0 0.56 0.82 0.13 19.34 0.74 0.52
Hex DF 63 28 0 38 52 D 13 4A 34
Octal 337 143 50 0 70 122 15 23 112 64
Binary 11011111 1100011 101000 0 111000 1010010 1101 10011 1001010 110100

Color Harmonies of #DF6328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6328

Black with #DF6328

Text Example


Text Example

White with #DF6328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6328; }

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

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

background-color css

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

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

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

border-color css

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

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

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