Html Css Color HEX #D2BF38 Old Gold

📋 copy color: '#D2BF38'

red 210 ◦ green 191 ◦ blue 56

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

Shades of Old Gold #D2BF38

Tints of Old Gold #D2BF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.25%

R = 45.95%
G = 41.79%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2BF38 (or 0xD2BF38) is known color: Old Gold. HEX triplet: D2, BF and 38. RGB value is (210,191,56). Sum of RGB (Red+Green+Blue) = 210+191+56=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 56 (22.27% from 255 or 12.25% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF38 is #2D40C7. Grayscale: #B5B5B5. Windows color (decimal): -2965704 or 3719122. OLE color: 3719122.

HSL color Cylindrical-coordinate representation of color #D2BF38: hue angle of 52.6º 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 #D2BF38 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 191 56 -
CMYK 0 0.09 0.73 0.18
HSL 52.6º 0.63% 0.52% -
HSV(B) 52.6º 0.73% 0.82% -
XYZ 45.92 51.25 11.21 -
YUV 181.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 210 191 56 0 0.09 0.73 0.18 52.6 0.63 0.52
Hex D2 BF 38 0 9 49 12 35 3F 34
Octal 322 277 70 0 11 111 22 65 77 64
Binary 11010010 10111111 111000 0 1001 1001001 10010 110101 111111 110100

Color Harmonies of #D2BF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF38

Black with #D2BF38

Text Example


Text Example

White with #D2BF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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