Html Css Color HEX #D76528 Gold Drop

📋 copy color: '#D76528'

red 215 ◦ green 101 ◦ blue 40

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

Shades of Gold Drop #D76528

Tints of Gold Drop #D76528

RGB

 RED value IS 215 (84.38% from 255) = 60.39%

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

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 60.39%
G = 28.37%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D76528 (or 0xD76528) is known color: Gold Drop. HEX triplet: D7, 65 and 28. RGB value is (215,101,40). Sum of RGB (Red+Green+Blue) = 215+101+40=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D76528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76528 is #289AD7. Grayscale: #808080. Windows color (decimal): -2661080 or 2647511. OLE color: 2647511.

HSL color Cylindrical-coordinate representation of color #D76528: hue angle of 20.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D76528 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 101 40 -
CMYK 0 0.53 0.81 0.16
HSL 20.91º 0.69% 0.5% -
HSV(B) 20.91º 0.81% 0.84% -
XYZ 33.06 23.91 4.88 -
YUV 128.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 215 101 40 0 0.53 0.81 0.16 20.91 0.69 0.5
Hex D7 65 28 0 35 51 10 15 45 32
Octal 327 145 50 0 65 121 20 25 105 62
Binary 11010111 1100101 101000 0 110101 1010001 10000 10101 1000101 110010

Color Harmonies of #D76528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76528

Black with #D76528

Text Example


Text Example

White with #D76528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76528; }

 p { color: rgb(215,101,40); }

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

background-color css

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

 a { background-color: rgb(215,101,40); }

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

border-color css

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

 span { border-color: rgb(215,101,40); }

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