Html Css Color HEX #D9BD2D Gold Tips

📋 copy color: '#D9BD2D'

red 217 ◦ green 189 ◦ blue 45

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

Shades of Gold Tips #D9BD2D

Tints of Gold Tips #D9BD2D

RGB

 RED value IS 217 (85.16% from 255) = 48.12%

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

 BLUE value IS 45 (17.97% from 255) = 9.98%

R = 48.12%
G = 41.91%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9BD2D (or 0xD9BD2D) is known color: Gold Tips. HEX triplet: D9, BD and 2D. RGB value is (217,189,45). Sum of RGB (Red+Green+Blue) = 217+189+45=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BD2D is #2642D2. Grayscale: #B5B5B5. Windows color (decimal): -2507475 or 2997721. OLE color: 2997721.

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

Color convert

RGB 217 189 45 -
CMYK 0 0.13 0.79 0.15
HSL 50.23º 0.69% 0.51% -
HSV(B) 50.23º 0.79% 0.85% -
XYZ 47.29 51.34 9.9 -
YUV 180.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 217 189 45 0 0.13 0.79 0.15 50.23 0.69 0.51
Hex D9 BD 2D 0 D 4F F 32 45 33
Octal 331 275 55 0 15 117 17 62 105 63
Binary 11011001 10111101 101101 0 1101 1001111 1111 110010 1000101 110011

Color Harmonies of #D9BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD2D

Black with #D9BD2D

Text Example


Text Example

White with #D9BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD2D; }

 p { color: rgb(217,189,45); }

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

background-color css

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

 a { background-color: rgb(217,189,45); }

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

border-color css

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

 span { border-color: rgb(217,189,45); }

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