Html Css Color HEX #D76B2B Gold Drop

📋 copy color: '#D76B2B'

red 215 ◦ green 107 ◦ blue 43

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

Shades of Gold Drop #D76B2B

Tints of Gold Drop #D76B2B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 58.9%
G = 29.32%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D76B2B (or 0xD76B2B) is known color: Gold Drop. HEX triplet: D7, 6B and 2B. RGB value is (215,107,43). Sum of RGB (Red+Green+Blue) = 215+107+43=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B2B is #2894D4. Grayscale: #848484. Windows color (decimal): -2659541 or 2845655. OLE color: 2845655.

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

Color convert

RGB 215 107 43 -
CMYK 0 0.50 0.8 0.16
HSL 22.33º 0.68% 0.51% -
HSV(B) 22.33º 0.8% 0.84% -
XYZ 33.72 25.14 5.36 -
YUV 132 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 215 107 43 0 0.50 0.8 0.16 22.33 0.68 0.51
Hex D7 6B 2B 0 32 50 10 16 44 33
Octal 327 153 53 0 62 120 20 26 104 63
Binary 11010111 1101011 101011 0 110010 1010000 10000 10110 1000100 110011

Color Harmonies of #D76B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B2B

Black with #D76B2B

Text Example


Text Example

White with #D76B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B2B; }

 p { color: rgb(215,107,43); }

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

background-color css

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

 a { background-color: rgb(215,107,43); }

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

border-color css

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

 span { border-color: rgb(215,107,43); }

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