Html Css Color HEX #D0BF33 Old Gold

📋 copy color: '#D0BF33'

red 208 ◦ green 191 ◦ blue 51

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

Shades of Old Gold #D0BF33

Tints of Old Gold #D0BF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.33%

R = 46.22%
G = 42.44%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0BF33 (or 0xD0BF33) is known color: Old Gold. HEX triplet: D0, BF and 33. RGB value is (208,191,51). Sum of RGB (Red+Green+Blue) = 208+191+51=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BF33 is #2F40CC. Grayscale: #B4B4B4. Windows color (decimal): -3096781 or 3391440. OLE color: 3391440.

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

Color convert

RGB 208 191 51 -
CMYK 0 0.08 0.75 0.18
HSL 53.5º 0.63% 0.51% -
HSV(B) 53.5º 0.75% 0.82% -
XYZ 45.24 50.91 10.57 -
YUV 180.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 208 191 51 0 0.08 0.75 0.18 53.5 0.63 0.51
Hex D0 BF 33 0 8 4B 12 36 3F 33
Octal 320 277 63 0 10 113 22 66 77 63
Binary 11010000 10111111 110011 0 1000 1001011 10010 110110 111111 110011

Color Harmonies of #D0BF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF33

Black with #D0BF33

Text Example


Text Example

White with #D0BF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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