Html Css Color HEX #D2BB34 Old Gold

📋 copy color: '#D2BB34'

red 210 ◦ green 187 ◦ blue 52

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

Shades of Old Gold #D2BB34

Tints of Old Gold #D2BB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.65%

 BLUE value IS 52 (20.7% from 255) = 11.58%

R = 46.77%
G = 41.65%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2BB34 (or 0xD2BB34) is known color: Old Gold. HEX triplet: D2, BB and 34. RGB value is (210,187,52). Sum of RGB (Red+Green+Blue) = 210+187+52=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB34 is #2D44CB. Grayscale: #B3B3B3. Windows color (decimal): -2966732 or 3455954. OLE color: 3455954.

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

Color convert

RGB 210 187 52 -
CMYK 0 0.11 0.75 0.18
HSL 51.27º 0.64% 0.51% -
HSV(B) 51.27º 0.75% 0.82% -
XYZ 44.97 49.49 10.43 -
YUV 178.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 210 187 52 0 0.11 0.75 0.18 51.27 0.64 0.51
Hex D2 BB 34 0 B 4B 12 33 40 33
Octal 322 273 64 0 13 113 22 63 100 63
Binary 11010010 10111011 110100 0 1011 1001011 10010 110011 1000000 110011

Color Harmonies of #D2BB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB34

Black with #D2BB34

Text Example


Text Example

White with #D2BB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB34; }

 p { color: rgb(210,187,52); }

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

background-color css

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

 a { background-color: rgb(210,187,52); }

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

border-color css

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

 span { border-color: rgb(210,187,52); }

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