Html Css Color HEX #D76B34 Gold Drop

📋 copy color: '#D76B34'

red 215 ◦ green 107 ◦ blue 52

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

Shades of Gold Drop #D76B34

Tints of Gold Drop #D76B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 57.49%
G = 28.61%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D76B34 (or 0xD76B34) is known color: Gold Drop. HEX triplet: D7, 6B and 34. RGB value is (215,107,52). Sum of RGB (Red+Green+Blue) = 215+107+52=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76B34 is #2894CB. Grayscale: #858585. Windows color (decimal): -2659532 or 3435479. OLE color: 3435479.

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

Color convert

RGB 215 107 52 -
CMYK 0 0.50 0.76 0.16
HSL 20.25º 0.67% 0.52% -
HSV(B) 20.25º 0.76% 0.84% -
XYZ 33.9 25.21 6.33 -
YUV 133.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 215 107 52 0 0.50 0.76 0.16 20.25 0.67 0.52
Hex D7 6B 34 0 32 4C 10 14 43 34
Octal 327 153 64 0 62 114 20 24 103 64
Binary 11010111 1101011 110100 0 110010 1001100 10000 10100 1000011 110100

Color Harmonies of #D76B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B34

Black with #D76B34

Text Example


Text Example

White with #D76B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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