Html Css Color HEX #D9632E Gold Drop

📋 copy color: '#D9632E'

red 217 ◦ green 99 ◦ blue 46

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

Shades of Gold Drop #D9632E

Tints of Gold Drop #D9632E

RGB

 RED value IS 217 (85.16% from 255) = 59.94%

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

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 59.94%
G = 27.35%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9632E (or 0xD9632E) is known color: Gold Drop. HEX triplet: D9, 63 and 2E. RGB value is (217,99,46). Sum of RGB (Red+Green+Blue) = 217+99+46=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D9632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9632E is #269CD1. Grayscale: #808080. Windows color (decimal): -2530514 or 3040217. OLE color: 3040217.

HSL color Cylindrical-coordinate representation of color #D9632E: hue angle of 18.6º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9632E is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 46 -
CMYK 0 0.54 0.79 0.15
HSL 18.6º 0.69% 0.52% -
HSV(B) 18.6º 0.79% 0.85% -
XYZ 33.57 23.87 5.42 -
YUV 128.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 217 99 46 0 0.54 0.79 0.15 18.6 0.69 0.52
Hex D9 63 2E 0 36 4F F 13 45 34
Octal 331 143 56 0 66 117 17 23 105 64
Binary 11011001 1100011 101110 0 110110 1001111 1111 10011 1000101 110100

Color Harmonies of #D9632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9632E

Black with #D9632E

Text Example


Text Example

White with #D9632E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9632E; }

 p { color: rgb(217,99,46); }

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

background-color css

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

 a { background-color: rgb(217,99,46); }

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

border-color css

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

 span { border-color: rgb(217,99,46); }

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