Html Css Color HEX #D76527 Gold Drop

📋 copy color: '#D76527'

red 215 ◦ green 101 ◦ blue 39

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

Shades of Gold Drop #D76527

Tints of Gold Drop #D76527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 60.56%
G = 28.45%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D76527 (or 0xD76527) is known color: Gold Drop. HEX triplet: D7, 65 and 27. RGB value is (215,101,39). Sum of RGB (Red+Green+Blue) = 215+101+39=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D76527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76527 is #289AD8. Grayscale: #808080. Windows color (decimal): -2661081 or 2581975. OLE color: 2581975.

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

Color convert

RGB 215 101 39 -
CMYK 0 0.53 0.82 0.16
HSL 21.14º 0.69% 0.5% -
HSV(B) 21.14º 0.82% 0.84% -
XYZ 33.04 23.9 4.79 -
YUV 128.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 215 101 39 0 0.53 0.82 0.16 21.14 0.69 0.5
Hex D7 65 27 0 35 52 10 15 45 32
Octal 327 145 47 0 65 122 20 25 105 62
Binary 11010111 1100101 100111 0 110101 1010010 10000 10101 1000101 110010

Color Harmonies of #D76527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76527

Black with #D76527

Text Example


Text Example

White with #D76527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76527; }

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

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

background-color css

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

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

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

border-color css

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

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

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