Html Css Color HEX #D2BB39 Old Gold

📋 copy color: '#D2BB39'

red 210 ◦ green 187 ◦ blue 57

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

Shades of Old Gold #D2BB39

Tints of Old Gold #D2BB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.56%

R = 46.26%
G = 41.19%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2BB39 (or 0xD2BB39) is known color: Old Gold. HEX triplet: D2, BB and 39. RGB value is (210,187,57). Sum of RGB (Red+Green+Blue) = 210+187+57=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB39 is #2D44C6. Grayscale: #B3B3B3. Windows color (decimal): -2966727 or 3783634. OLE color: 3783634.

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

Color convert

RGB 210 187 57 -
CMYK 0 0.11 0.73 0.18
HSL 50.98º 0.63% 0.52% -
HSV(B) 50.98º 0.73% 0.82% -
XYZ 45.09 49.54 11.06 -
YUV 179.06 59.12 150.07 -
System Red Green Blue C M Y K H S L
Decimal 210 187 57 0 0.11 0.73 0.18 50.98 0.63 0.52
Hex D2 BB 39 0 B 49 12 33 3F 34
Octal 322 273 71 0 13 111 22 63 77 64
Binary 11010010 10111011 111001 0 1011 1001001 10010 110011 111111 110100

Color Harmonies of #D2BB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB39

Black with #D2BB39

Text Example


Text Example

White with #D2BB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB39; }

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

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

background-color css

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

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

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

border-color css

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

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

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