Html Css Color HEX #D9BC33 Old Gold

📋 copy color: '#D9BC33'

red 217 ◦ green 188 ◦ blue 51

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

Shades of Old Gold #D9BC33

Tints of Old Gold #D9BC33

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.23%

 BLUE value IS 51 (20.31% from 255) = 11.18%

R = 47.59%
G = 41.23%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D9BC33 (or 0xD9BC33) is known color: Old Gold. HEX triplet: D9, BC and 33. RGB value is (217,188,51). Sum of RGB (Red+Green+Blue) = 217+188+51=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BC33 is #2643CC. Grayscale: #B5B5B5. Windows color (decimal): -2507725 or 3390681. OLE color: 3390681.

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

Color convert

RGB 217 188 51 -
CMYK 0 0.13 0.76 0.15
HSL 49.52º 0.69% 0.53% -
HSV(B) 49.52º 0.76% 0.85% -
XYZ 47.2 50.96 10.48 -
YUV 181.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 217 188 51 0 0.13 0.76 0.15 49.52 0.69 0.53
Hex D9 BC 33 0 D 4C F 32 45 35
Octal 331 274 63 0 15 114 17 62 105 65
Binary 11011001 10111100 110011 0 1101 1001100 1111 110010 1000101 110101

Color Harmonies of #D9BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC33

Black with #D9BC33

Text Example


Text Example

White with #D9BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC33; }

 p { color: rgb(217,188,51); }

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

background-color css

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

 a { background-color: rgb(217,188,51); }

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

border-color css

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

 span { border-color: rgb(217,188,51); }

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