Html Css Color HEX #D7B62B Gold Tips

📋 copy color: '#D7B62B'

red 215 ◦ green 182 ◦ blue 43

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

Shades of Gold Tips #D7B62B

Tints of Gold Tips #D7B62B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.36%

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

R = 48.86%
G = 41.36%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#D7B62B (or 0xD7B62B) is known color: Gold Tips. HEX triplet: D7, B6 and 2B. RGB value is (215,182,43). Sum of RGB (Red+Green+Blue) = 215+182+43=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B62B is #2849D4. Grayscale: #B0B0B0. Windows color (decimal): -2640341 or 2864855. OLE color: 2864855.

HSL color Cylindrical-coordinate representation of color #D7B62B: hue angle of 48.49º 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 #D7B62B is Cyan = 0, Magento = 0.15, Yellow = 0.8 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 182 43 -
CMYK 0 0.15 0.8 0.16
HSL 48.49º 0.68% 0.51% -
HSV(B) 48.49º 0.8% 0.84% -
XYZ 45.19 48.08 9.18 -
YUV 176.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 215 182 43 0 0.15 0.8 0.16 48.49 0.68 0.51
Hex D7 B6 2B 0 F 50 10 30 44 33
Octal 327 266 53 0 17 120 20 60 104 63
Binary 11010111 10110110 101011 0 1111 1010000 10000 110000 1000100 110011

Color Harmonies of #D7B62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B62B

Black with #D7B62B

Text Example


Text Example

White with #D7B62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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