Html Css Color HEX #DC632B Gold Drop

📋 copy color: '#DC632B'

red 220 ◦ green 99 ◦ blue 43

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

Shades of Gold Drop #DC632B

Tints of Gold Drop #DC632B

RGB

 RED value IS 220 (86.33% from 255) = 60.77%

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

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

R = 60.77%
G = 27.35%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC632B (or 0xDC632B) is known color: Gold Drop. HEX triplet: DC, 63 and 2B. RGB value is (220,99,43). Sum of RGB (Red+Green+Blue) = 220+99+43=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC632B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC632B is #239CD4. Grayscale: #818181. Windows color (decimal): -2333909 or 2843612. OLE color: 2843612.

HSL color Cylindrical-coordinate representation of color #DC632B: hue angle of 18.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC632B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 43 -
CMYK 0 0.55 0.80 0.14
HSL 18.98º 0.72% 0.52% -
HSV(B) 18.98º 0.8% 0.86% -
XYZ 34.41 24.31 5.16 -
YUV 128.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 220 99 43 0 0.55 0.80 0.14 18.98 0.72 0.52
Hex DC 63 2B 0 37 50 E 13 48 34
Octal 334 143 53 0 67 120 16 23 110 64
Binary 11011100 1100011 101011 0 110111 1010000 1110 10011 1001000 110100

Color Harmonies of #DC632B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC632B

Black with #DC632B

Text Example


Text Example

White with #DC632B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC632B; }

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

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

background-color css

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

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

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

border-color css

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

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

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