Html Css Color HEX #D0BC38 Old Gold

📋 copy color: '#D0BC38'

red 208 ◦ green 188 ◦ blue 56

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

Shades of Old Gold #D0BC38

Tints of Old Gold #D0BC38

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

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

R = 46.02%
G = 41.59%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0BC38 (or 0xD0BC38) is known color: Old Gold. HEX triplet: D0, BC and 38. RGB value is (208,188,56). Sum of RGB (Red+Green+Blue) = 208+188+56=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 56 (22.27% from 255 or 12.39% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC38 is #2F43C7. Grayscale: #B3B3B3. Windows color (decimal): -3097544 or 3718352. OLE color: 3718352.

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

Color convert

RGB 208 188 56 -
CMYK 0 0.10 0.73 0.18
HSL 52.11º 0.62% 0.52% -
HSV(B) 52.11º 0.73% 0.82% -
XYZ 44.71 49.66 10.97 -
YUV 178.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 208 188 56 0 0.10 0.73 0.18 52.11 0.62 0.52
Hex D0 BC 38 0 A 49 12 34 3E 34
Octal 320 274 70 0 12 111 22 64 76 64
Binary 11010000 10111100 111000 0 1010 1001001 10010 110100 111110 110100

Color Harmonies of #D0BC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC38

Black with #D0BC38

Text Example


Text Example

White with #D0BC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC38; }

 p { color: rgb(208,188,56); }

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

background-color css

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

 a { background-color: rgb(208,188,56); }

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

border-color css

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

 span { border-color: rgb(208,188,56); }

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