Html Css Color HEX #D76C2F Gold Drop

📋 copy color: '#D76C2F'

red 215 ◦ green 108 ◦ blue 47

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

Shades of Gold Drop #D76C2F

Tints of Gold Drop #D76C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.19%

 BLUE value IS 47 (18.75% from 255) = 12.7%

R = 58.11%
G = 29.19%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D76C2F (or 0xD76C2F) is known color: Gold Drop. HEX triplet: D7, 6C and 2F. RGB value is (215,108,47). Sum of RGB (Red+Green+Blue) = 215+108+47=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76C2F is #2893D0. Grayscale: #858585. Windows color (decimal): -2659281 or 3108055. OLE color: 3108055.

HSL color Cylindrical-coordinate representation of color #D76C2F: hue angle of 21.79º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D76C2F is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 47 -
CMYK 0 0.50 0.78 0.16
HSL 21.79º 0.68% 0.51% -
HSV(B) 21.79º 0.78% 0.84% -
XYZ 33.9 25.38 5.8 -
YUV 133.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 215 108 47 0 0.50 0.78 0.16 21.79 0.68 0.51
Hex D7 6C 2F 0 32 4E 10 16 44 33
Octal 327 154 57 0 62 116 20 26 104 63
Binary 11010111 1101100 101111 0 110010 1001110 10000 10110 1000100 110011

Color Harmonies of #D76C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C2F

Black with #D76C2F

Text Example


Text Example

White with #D76C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C2F; }

 p { color: rgb(215,108,47); }

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

background-color css

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

 a { background-color: rgb(215,108,47); }

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

border-color css

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

 span { border-color: rgb(215,108,47); }

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