Html Css Color HEX #D0BF30 Old Gold

📋 copy color: '#D0BF30'

red 208 ◦ green 191 ◦ blue 48

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

Shades of Old Gold #D0BF30

Tints of Old Gold #D0BF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.74%

R = 46.53%
G = 42.73%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0BF30 (or 0xD0BF30) is known color: Old Gold. HEX triplet: D0, BF and 30. RGB value is (208,191,48). Sum of RGB (Red+Green+Blue) = 208+191+48=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF30 is #2F40CF. Grayscale: #B4B4B4. Windows color (decimal): -3096784 or 3194832. OLE color: 3194832.

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

Color convert

RGB 208 191 48 -
CMYK 0 0.08 0.77 0.18
HSL 53.63º 0.63% 0.5% -
HSV(B) 53.63º 0.77% 0.82% -
XYZ 45.18 50.88 10.24 -
YUV 179.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 208 191 48 0 0.08 0.77 0.18 53.63 0.63 0.5
Hex D0 BF 30 0 8 4D 12 36 3F 32
Octal 320 277 60 0 10 115 22 66 77 62
Binary 11010000 10111111 110000 0 1000 1001101 10010 110110 111111 110010

Color Harmonies of #D0BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF30

Black with #D0BF30

Text Example


Text Example

White with #D0BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF30; }

 p { color: rgb(208,191,48); }

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

background-color css

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

 a { background-color: rgb(208,191,48); }

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

border-color css

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

 span { border-color: rgb(208,191,48); }

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