Html Css Color HEX #D0B432 Old Gold

📋 copy color: '#D0B432'

red 208 ◦ green 180 ◦ blue 50

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

Shades of Old Gold #D0B432

Tints of Old Gold #D0B432

RGB

 RED value IS 208 (81.64% from 255) = 47.49%

 GREEN value IS 180 (70.7% from 255) = 41.1%

 BLUE value IS 50 (19.92% from 255) = 11.42%

R = 47.49%
G = 41.1%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D0B432 (or 0xD0B432) is known color: Old Gold. HEX triplet: D0, B4 and 32. RGB value is (208,180,50). Sum of RGB (Red+Green+Blue) = 208+180+50=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B432 is #2F4BCD. Grayscale: #AEAEAE. Windows color (decimal): -3099598 or 3323088. OLE color: 3323088.

HSL color Cylindrical-coordinate representation of color #D0B432: hue angle of 49.37º degrees, saturation: 0.63, 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 #D0B432 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 180 50 -
CMYK 0 0.13 0.76 0.18
HSL 49.37º 0.63% 0.51% -
HSV(B) 49.37º 0.76% 0.82% -
XYZ 42.91 46.28 9.69 -
YUV 173.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 208 180 50 0 0.13 0.76 0.18 49.37 0.63 0.51
Hex D0 B4 32 0 D 4C 12 31 3F 33
Octal 320 264 62 0 15 114 22 61 77 63
Binary 11010000 10110100 110010 0 1101 1001100 10010 110001 111111 110011

Color Harmonies of #D0B432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B432

Black with #D0B432

Text Example


Text Example

White with #D0B432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B432; }

 p { color: rgb(208,180,50); }

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

background-color css

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

 a { background-color: rgb(208,180,50); }

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

border-color css

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

 span { border-color: rgb(208,180,50); }

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