Html Css Color HEX #D9652A Gold Drop

📋 copy color: '#D9652A'

red 217 ◦ green 101 ◦ blue 42

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

Shades of Gold Drop #D9652A

Tints of Gold Drop #D9652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

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

R = 60.28%
G = 28.06%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9652A (or 0xD9652A) is known color: Gold Drop. HEX triplet: D9, 65 and 2A. RGB value is (217,101,42). Sum of RGB (Red+Green+Blue) = 217+101+42=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 42 (16.80% from 255 or 11.67% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D9652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9652A is #269AD5. Grayscale: #818181. Windows color (decimal): -2530006 or 2778585. OLE color: 2778585.

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

Color convert

RGB 217 101 42 -
CMYK 0 0.53 0.81 0.15
HSL 20.23º 0.7% 0.51% -
HSV(B) 20.23º 0.81% 0.85% -
XYZ 33.69 24.23 5.09 -
YUV 128.96 78.93 190.8 -
System Red Green Blue C M Y K H S L
Decimal 217 101 42 0 0.53 0.81 0.15 20.23 0.7 0.51
Hex D9 65 2A 0 35 51 F 14 46 33
Octal 331 145 52 0 65 121 17 24 106 63
Binary 11011001 1100101 101010 0 110101 1010001 1111 10100 1000110 110011

Color Harmonies of #D9652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9652A

Black with #D9652A

Text Example


Text Example

White with #D9652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9652A; }

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

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

background-color css

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

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

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

border-color css

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

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

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