Html Css Color HEX #D9642A Gold Drop

📋 copy color: '#D9642A'

red 217 ◦ green 100 ◦ blue 42

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

Shades of Gold Drop #D9642A

Tints of Gold Drop #D9642A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 60.45%
G = 27.86%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9642A (or 0xD9642A) is known color: Gold Drop. HEX triplet: D9, 64 and 2A. RGB value is (217,100,42). Sum of RGB (Red+Green+Blue) = 217+100+42=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D9642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9642A is #269BD5. Grayscale: #808080. Windows color (decimal): -2530262 or 2778329. OLE color: 2778329.

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

Color convert

RGB 217 100 42 -
CMYK 0 0.54 0.81 0.15
HSL 19.89º 0.7% 0.51% -
HSV(B) 19.89º 0.81% 0.85% -
XYZ 33.59 24.03 5.06 -
YUV 128.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 217 100 42 0 0.54 0.81 0.15 19.89 0.7 0.51
Hex D9 64 2A 0 36 51 F 14 46 33
Octal 331 144 52 0 66 121 17 24 106 63
Binary 11011001 1100100 101010 0 110110 1010001 1111 10100 1000110 110011

Color Harmonies of #D9642A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9642A

Black with #D9642A

Text Example


Text Example

White with #D9642A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9642A; }

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

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

background-color css

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

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

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

border-color css

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

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

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