Html Css Color HEX #D8BD2C Gold Tips

📋 copy color: '#D8BD2C'

red 216 ◦ green 189 ◦ blue 44

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

Shades of Gold Tips #D8BD2C

Tints of Gold Tips #D8BD2C

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 44 (17.58% from 255) = 9.8%

R = 48.11%
G = 42.09%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8BD2C (or 0xD8BD2C) is known color: Gold Tips. HEX triplet: D8, BD and 2C. RGB value is (216,189,44). Sum of RGB (Red+Green+Blue) = 216+189+44=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BD2C is #2742D3. Grayscale: #B5B5B5. Windows color (decimal): -2573012 or 2932184. OLE color: 2932184.

HSL color Cylindrical-coordinate representation of color #D8BD2C: hue angle of 50.58º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8BD2C is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 189 44 -
CMYK 0 0.12 0.80 0.15
HSL 50.58º 0.69% 0.51% -
HSV(B) 50.58º 0.8% 0.85% -
XYZ 46.97 51.18 9.79 -
YUV 180.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 216 189 44 0 0.12 0.80 0.15 50.58 0.69 0.51
Hex D8 BD 2C 0 C 50 F 33 45 33
Octal 330 275 54 0 14 120 17 63 105 63
Binary 11011000 10111101 101100 0 1100 1010000 1111 110011 1000101 110011

Color Harmonies of #D8BD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BD2C

Black with #D8BD2C

Text Example


Text Example

White with #D8BD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BD2C; }

 p { color: rgb(216,189,44); }

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

background-color css

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

 a { background-color: rgb(216,189,44); }

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

border-color css

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

 span { border-color: rgb(216,189,44); }

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