Html Css Color HEX #D76B2A Gold Drop

📋 copy color: '#D76B2A'

red 215 ◦ green 107 ◦ blue 42

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

Shades of Gold Drop #D76B2A

Tints of Gold Drop #D76B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 59.07%
G = 29.4%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D76B2A (or 0xD76B2A) is known color: Gold Drop. HEX triplet: D7, 6B and 2A. RGB value is (215,107,42). Sum of RGB (Red+Green+Blue) = 215+107+42=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B2A is #2894D5. Grayscale: #848484. Windows color (decimal): -2659542 or 2780119. OLE color: 2780119.

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

Color convert

RGB 215 107 42 -
CMYK 0 0.50 0.80 0.16
HSL 22.54º 0.68% 0.5% -
HSV(B) 22.54º 0.8% 0.84% -
XYZ 33.7 25.13 5.26 -
YUV 131.88 77.28 187.29 -
System Red Green Blue C M Y K H S L
Decimal 215 107 42 0 0.50 0.80 0.16 22.54 0.68 0.5
Hex D7 6B 2A 0 32 50 10 17 44 32
Octal 327 153 52 0 62 120 20 27 104 62
Binary 11010111 1101011 101010 0 110010 1010000 10000 10111 1000100 110010

Color Harmonies of #D76B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B2A

Black with #D76B2A

Text Example


Text Example

White with #D76B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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