Html Css Color HEX #D9652B Gold Drop

📋 copy color: '#D9652B'

red 217 ◦ green 101 ◦ blue 43

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

Shades of Gold Drop #D9652B

Tints of Gold Drop #D9652B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.91%

R = 60.11%
G = 27.98%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9652B (or 0xD9652B) is known color: Gold Drop. HEX triplet: D9, 65 and 2B. RGB value is (217,101,43). Sum of RGB (Red+Green+Blue) = 217+101+43=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D9652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9652B is #269AD4. Grayscale: #818181. Windows color (decimal): -2530005 or 2844121. OLE color: 2844121.

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

Color convert

RGB 217 101 43 -
CMYK 0 0.53 0.80 0.15
HSL 20º 0.7% 0.51% -
HSV(B) 20º 0.8% 0.85% -
XYZ 33.71 24.23 5.19 -
YUV 129.07 79.43 190.72 -
System Red Green Blue C M Y K H S L
Decimal 217 101 43 0 0.53 0.80 0.15 20 0.7 0.51
Hex D9 65 2B 0 35 50 F 14 46 33
Octal 331 145 53 0 65 120 17 24 106 63
Binary 11011001 1100101 101011 0 110101 1010000 1111 10100 1000110 110011

Color Harmonies of #D9652B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9652B

Black with #D9652B

Text Example


Text Example

White with #D9652B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9652B; }

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

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

background-color css

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

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

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

border-color css

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

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

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