Html Css Color HEX #DF622B Gold Drop

📋 copy color: '#DF622B'

red 223 ◦ green 98 ◦ blue 43

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

Shades of Gold Drop #DF622B

Tints of Gold Drop #DF622B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 61.26%
G = 26.92%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF622B (or 0xDF622B) is known color: Gold Drop. HEX triplet: DF, 62 and 2B. RGB value is (223,98,43). Sum of RGB (Red+Green+Blue) = 223+98+43=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF622B is #209DD4. Grayscale: #818181. Windows color (decimal): -2137557 or 2843359. OLE color: 2843359.

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

Color convert

RGB 223 98 43 -
CMYK 0 0.56 0.81 0.13
HSL 18.33º 0.74% 0.52% -
HSV(B) 18.33º 0.81% 0.87% -
XYZ 35.24 24.6 5.18 -
YUV 129.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 223 98 43 0 0.56 0.81 0.13 18.33 0.74 0.52
Hex DF 62 2B 0 38 51 D 12 4A 34
Octal 337 142 53 0 70 121 15 22 112 64
Binary 11011111 1100010 101011 0 111000 1010001 1101 10010 1001010 110100

Color Harmonies of #DF622B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF622B

Black with #DF622B

Text Example


Text Example

White with #DF622B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF622B; }

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

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

background-color css

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

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

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

border-color css

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

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

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