Html Css Color HEX #D9622A Gold Drop

📋 copy color: '#D9622A'

red 217 ◦ green 98 ◦ blue 42

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

Shades of Gold Drop #D9622A

Tints of Gold Drop #D9622A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.76%

R = 60.78%
G = 27.45%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9622A (or 0xD9622A) is known color: Gold Drop. HEX triplet: D9, 62 and 2A. RGB value is (217,98,42). Sum of RGB (Red+Green+Blue) = 217+98+42=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9622A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9622A is #269DD5. Grayscale: #7F7F7F. Windows color (decimal): -2530774 or 2777817. OLE color: 2777817.

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

Color convert

RGB 217 98 42 -
CMYK 0 0.55 0.81 0.15
HSL 19.2º 0.7% 0.51% -
HSV(B) 19.2º 0.81% 0.85% -
XYZ 33.4 23.65 5 -
YUV 127.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 217 98 42 0 0.55 0.81 0.15 19.2 0.7 0.51
Hex D9 62 2A 0 37 51 F 13 46 33
Octal 331 142 52 0 67 121 17 23 106 63
Binary 11011001 1100010 101010 0 110111 1010001 1111 10011 1000110 110011

Color Harmonies of #D9622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9622A

Black with #D9622A

Text Example


Text Example

White with #D9622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9622A; }

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

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

background-color css

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

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

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

border-color css

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

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

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