Html Css Color HEX #D0B435 Old Gold

📋 copy color: '#D0B435'

red 208 ◦ green 180 ◦ blue 53

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

Shades of Old Gold #D0B435

Tints of Old Gold #D0B435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.02%

R = 47.17%
G = 40.82%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0B435 (or 0xD0B435) is known color: Old Gold. HEX triplet: D0, B4 and 35. RGB value is (208,180,53). Sum of RGB (Red+Green+Blue) = 208+180+53=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B435 is #2F4BCA. Grayscale: #AEAEAE. Windows color (decimal): -3099595 or 3519696. OLE color: 3519696.

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

Color convert

RGB 208 180 53 -
CMYK 0 0.13 0.75 0.18
HSL 49.16º 0.62% 0.51% -
HSV(B) 49.16º 0.75% 0.82% -
XYZ 42.98 46.31 10.04 -
YUV 173.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 208 180 53 0 0.13 0.75 0.18 49.16 0.62 0.51
Hex D0 B4 35 0 D 4B 12 31 3E 33
Octal 320 264 65 0 15 113 22 61 76 63
Binary 11010000 10110100 110101 0 1101 1001011 10010 110001 111110 110011

Color Harmonies of #D0B435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B435

Black with #D0B435

Text Example


Text Example

White with #D0B435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B435; }

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

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

background-color css

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

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

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

border-color css

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

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

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