Html Css Color HEX #DF632B Gold Drop

📋 copy color: '#DF632B'

red 223 ◦ green 99 ◦ blue 43

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

Shades of Gold Drop #DF632B

Tints of Gold Drop #DF632B

RGB

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

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

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

R = 61.1%
G = 27.12%
B = 11.78%

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

#DF632B (or 0xDF632B) is known color: Gold Drop. HEX triplet: DF, 63 and 2B. RGB value is (223,99,43). Sum of RGB (Red+Green+Blue) = 223+99+43=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF632B is #209CD4. Grayscale: #828282. Windows color (decimal): -2137301 or 2843615. OLE color: 2843615.

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

Color convert

RGB 223 99 43 -
CMYK 0 0.56 0.81 0.13
HSL 18.67º 0.74% 0.52% -
HSV(B) 18.67º 0.81% 0.87% -
XYZ 35.33 24.79 5.21 -
YUV 129.69 79.08 194.55 -
System Red Green Blue C M Y K H S L
Decimal 223 99 43 0 0.56 0.81 0.13 18.67 0.74 0.52
Hex DF 63 2B 0 38 51 D 13 4A 34
Octal 337 143 53 0 70 121 15 23 112 64
Binary 11011111 1100011 101011 0 111000 1010001 1101 10011 1001010 110100

Color Harmonies of #DF632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF632B

Black with #DF632B

Text Example


Text Example

White with #DF632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF632B; }

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

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

background-color css

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

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

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

border-color css

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

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

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