Html Css Color HEX #D4BE2E Old Gold

📋 copy color: '#D4BE2E'

red 212 ◦ green 190 ◦ blue 46

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

Shades of Old Gold #D4BE2E

Tints of Old Gold #D4BE2E

RGB

 RED value IS 212 (83.2% from 255) = 47.32%

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

 BLUE value IS 46 (18.36% from 255) = 10.27%

R = 47.32%
G = 42.41%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4BE2E (or 0xD4BE2E) is known color: Old Gold. HEX triplet: D4, BE and 2E. RGB value is (212,190,46). Sum of RGB (Red+Green+Blue) = 212+190+46=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE2E is #2B41D1. Grayscale: #B4B4B4. Windows color (decimal): -2834898 or 3063508. OLE color: 3063508.

HSL color Cylindrical-coordinate representation of color #D4BE2E: hue angle of 52.05º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4BE2E is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 46 -
CMYK 0 0.10 0.78 0.17
HSL 52.05º 0.66% 0.51% -
HSV(B) 52.05º 0.78% 0.83% -
XYZ 46.06 51.02 10.01 -
YUV 180.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 212 190 46 0 0.10 0.78 0.17 52.05 0.66 0.51
Hex D4 BE 2E 0 A 4E 11 34 42 33
Octal 324 276 56 0 12 116 21 64 102 63
Binary 11010100 10111110 101110 0 1010 1001110 10001 110100 1000010 110011

Color Harmonies of #D4BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE2E

Black with #D4BE2E

Text Example


Text Example

White with #D4BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE2E; }

 p { color: rgb(212,190,46); }

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

background-color css

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

 a { background-color: rgb(212,190,46); }

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

border-color css

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

 span { border-color: rgb(212,190,46); }

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