Html Css Color HEX #BD800D Dark Goldenrod

📋 copy color: '#BD800D'

red 189 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #BD800D

Tints of Dark Goldenrod #BD800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

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

R = 57.27%
G = 38.79%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD800D (or 0xBD800D) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 0D. RGB value is (189,128,13). Sum of RGB (Red+Green+Blue) = 189+128+13=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD800D is #427FF2. Grayscale: #858585. Windows color (decimal): -4358131 or 884925. OLE color: 884925.

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

Color convert

RGB 189 128 13 -
CMYK 0 0.32 0.93 0.26
HSL 39.2º 0.87% 0.4% -
HSV(B) 39.2º 0.93% 0.74% -
XYZ 28.78 26.29 3.94 -
YUV 133.13 60.21 167.85 -
System Red Green Blue C M Y K H S L
Decimal 189 128 13 0 0.32 0.93 0.26 39.2 0.87 0.4
Hex BD 80 D 0 20 5D 1A 27 57 28
Octal 275 200 15 0 40 135 32 47 127 50
Binary 10111101 10000000 1101 0 100000 1011101 11010 100111 1010111 101000

Color Harmonies of #BD800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD800D

Black with #BD800D

Text Example


Text Example

White with #BD800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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