Html Css Color HEX #BD8D0D Dark Goldenrod

📋 copy color: '#BD8D0D'

red 189 ◦ green 141 ◦ blue 13

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

Shades of Dark Goldenrod #BD8D0D

Tints of Dark Goldenrod #BD8D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 55.1%
G = 41.11%
B = 3.79%

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

#BD8D0D (or 0xBD8D0D) is known color: Dark Goldenrod. HEX triplet: BD, 8D and 0D. RGB value is (189,141,13). Sum of RGB (Red+Green+Blue) = 189+141+13=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8D0D is #4272F2. Grayscale: #8D8D8D. Windows color (decimal): -4354803 or 888253. OLE color: 888253.

HSL color Cylindrical-coordinate representation of color #BD8D0D: hue angle of 43.64º degrees, saturation: 0.87, 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 #BD8D0D is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 141 13 -
CMYK 0 0.25 0.93 0.26
HSL 43.64º 0.87% 0.4% -
HSV(B) 43.64º 0.93% 0.74% -
XYZ 30.58 29.9 4.54 -
YUV 140.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 189 141 13 0 0.25 0.93 0.26 43.64 0.87 0.4
Hex BD 8D D 0 19 5D 1A 2C 57 28
Octal 275 215 15 0 31 135 32 54 127 50
Binary 10111101 10001101 1101 0 11001 1011101 11010 101100 1010111 101000

Color Harmonies of #BD8D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D0D

Black with #BD8D0D

Text Example


Text Example

White with #BD8D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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