Html Css Color HEX #D5BE3C Old Gold

📋 copy color: '#D5BE3C'

red 213 ◦ green 190 ◦ blue 60

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

Shades of Old Gold #D5BE3C

Tints of Old Gold #D5BE3C

RGB

 RED value IS 213 (83.59% from 255) = 46%

 GREEN value IS 190 (74.61% from 255) = 41.04%

 BLUE value IS 60 (23.83% from 255) = 12.96%

R = 46%
G = 41.04%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5BE3C (or 0xD5BE3C) is known color: Old Gold. HEX triplet: D5, BE and 3C. RGB value is (213,190,60). Sum of RGB (Red+Green+Blue) = 213+190+60=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BE3C is #2A41C3. Grayscale: #B6B6B6. Windows color (decimal): -2769348 or 3981013. OLE color: 3981013.

HSL color Cylindrical-coordinate representation of color #D5BE3C: hue angle of 50.98º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5BE3C is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 190 60 -
CMYK 0 0.11 0.72 0.16
HSL 50.98º 0.65% 0.54% -
HSV(B) 50.98º 0.72% 0.84% -
XYZ 46.67 51.3 11.72 -
YUV 182.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 213 190 60 0 0.11 0.72 0.16 50.98 0.65 0.54
Hex D5 BE 3C 0 B 48 10 33 41 36
Octal 325 276 74 0 13 110 20 63 101 66
Binary 11010101 10111110 111100 0 1011 1001000 10000 110011 1000001 110110

Color Harmonies of #D5BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BE3C

Black with #D5BE3C

Text Example


Text Example

White with #D5BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BE3C; }

 p { color: rgb(213,190,60); }

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

background-color css

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

 a { background-color: rgb(213,190,60); }

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

border-color css

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

 span { border-color: rgb(213,190,60); }

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