Html Css Color HEX #D9622C Gold Drop

📋 copy color: '#D9622C'

red 217 ◦ green 98 ◦ blue 44

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

Shades of Gold Drop #D9622C

Tints of Gold Drop #D9622C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 60.45%
G = 27.3%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9622C (or 0xD9622C) is known color: Gold Drop. HEX triplet: D9, 62 and 2C. RGB value is (217,98,44). Sum of RGB (Red+Green+Blue) = 217+98+44=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9622C is #269DD3. Grayscale: #7F7F7F. Windows color (decimal): -2530772 or 2908889. OLE color: 2908889.

HSL color Cylindrical-coordinate representation of color #D9622C: hue angle of 18.73º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9622C is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 98 44 -
CMYK 0 0.55 0.80 0.15
HSL 18.73º 0.69% 0.51% -
HSV(B) 18.73º 0.8% 0.85% -
XYZ 33.44 23.67 5.19 -
YUV 127.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 217 98 44 0 0.55 0.80 0.15 18.73 0.69 0.51
Hex D9 62 2C 0 37 50 F 13 45 33
Octal 331 142 54 0 67 120 17 23 105 63
Binary 11011001 1100010 101100 0 110111 1010000 1111 10011 1000101 110011

Color Harmonies of #D9622C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9622C

Black with #D9622C

Text Example


Text Example

White with #D9622C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9622C; }

 p { color: rgb(217,98,44); }

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

background-color css

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

 a { background-color: rgb(217,98,44); }

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

border-color css

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

 span { border-color: rgb(217,98,44); }

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