Html Css Color HEX #BD8D0E Dark Goldenrod

📋 copy color: '#BD8D0E'

red 189 ◦ green 141 ◦ blue 14

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

Shades of Dark Goldenrod #BD8D0E

Tints of Dark Goldenrod #BD8D0E

RGB

 RED value IS 189 (74.22% from 255) = 54.94%

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 14 (5.86% from 255) = 4.07%

R = 54.94%
G = 40.99%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD8D0E (or 0xBD8D0E) is known color: Dark Goldenrod. HEX triplet: BD, 8D and 0E. RGB value is (189,141,14). Sum of RGB (Red+Green+Blue) = 189+141+14=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8D0E is #4272F1. Grayscale: #8D8D8D. Windows color (decimal): -4354802 or 953789. OLE color: 953789.

HSL color Cylindrical-coordinate representation of color #BD8D0E: hue angle of 43.54º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD8D0E is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 141 14 -
CMYK 0 0.25 0.93 0.26
HSL 43.54º 0.86% 0.4% -
HSV(B) 43.54º 0.93% 0.74% -
XYZ 30.59 29.9 4.57 -
YUV 140.87 56.4 162.33 -
System Red Green Blue C M Y K H S L
Decimal 189 141 14 0 0.25 0.93 0.26 43.54 0.86 0.4
Hex BD 8D E 0 19 5D 1A 2C 56 28
Octal 275 215 16 0 31 135 32 54 126 50
Binary 10111101 10001101 1110 0 11001 1011101 11010 101100 1010110 101000

Color Harmonies of #BD8D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D0E

Black with #BD8D0E

Text Example


Text Example

White with #BD8D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D0E; }

 p { color: rgb(189,141,14); }

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

background-color css

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

 a { background-color: rgb(189,141,14); }

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

border-color css

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

 span { border-color: rgb(189,141,14); }

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