Html Css Color HEX #D2BF33 Old Gold

📋 copy color: '#D2BF33'

red 210 ◦ green 191 ◦ blue 51

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

Shades of Old Gold #D2BF33

Tints of Old Gold #D2BF33

RGB

 RED value IS 210 (82.42% from 255) = 46.46%

 GREEN value IS 191 (75% from 255) = 42.26%

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

R = 46.46%
G = 42.26%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2BF33 (or 0xD2BF33) is known color: Old Gold. HEX triplet: D2, BF and 33. RGB value is (210,191,51). Sum of RGB (Red+Green+Blue) = 210+191+51=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF33 is #2D40CC. Grayscale: #B5B5B5. Windows color (decimal): -2965709 or 3391442. OLE color: 3391442.

HSL color Cylindrical-coordinate representation of color #D2BF33: hue angle of 52.83º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2BF33 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 191 51 -
CMYK 0 0.09 0.76 0.18
HSL 52.83º 0.64% 0.51% -
HSV(B) 52.83º 0.76% 0.82% -
XYZ 45.81 51.2 10.6 -
YUV 180.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 210 191 51 0 0.09 0.76 0.18 52.83 0.64 0.51
Hex D2 BF 33 0 9 4C 12 35 40 33
Octal 322 277 63 0 11 114 22 65 100 63
Binary 11010010 10111111 110011 0 1001 1001100 10010 110101 1000000 110011

Color Harmonies of #D2BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF33

Black with #D2BF33

Text Example


Text Example

White with #D2BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF33; }

 p { color: rgb(210,191,51); }

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

background-color css

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

 a { background-color: rgb(210,191,51); }

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

border-color css

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

 span { border-color: rgb(210,191,51); }

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