Html Css Color HEX #BD790D Dark Goldenrod

📋 copy color: '#BD790D'

red 189 ◦ green 121 ◦ blue 13

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

Shades of Dark Goldenrod #BD790D

Tints of Dark Goldenrod #BD790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.46%

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

R = 58.51%
G = 37.46%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD790D (or 0xBD790D) is known color: Dark Goldenrod. HEX triplet: BD, 79 and 0D. RGB value is (189,121,13). Sum of RGB (Red+Green+Blue) = 189+121+13=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD790D is #4286F2. Grayscale: #818181. Windows color (decimal): -4359923 or 883133. OLE color: 883133.

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

Color convert

RGB 189 121 13 -
CMYK 0 0.36 0.93 0.26
HSL 36.82º 0.87% 0.4% -
HSV(B) 36.82º 0.93% 0.74% -
XYZ 27.9 24.52 3.64 -
YUV 129.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 189 121 13 0 0.36 0.93 0.26 36.82 0.87 0.4
Hex BD 79 D 0 24 5D 1A 25 57 28
Octal 275 171 15 0 44 135 32 45 127 50
Binary 10111101 1111001 1101 0 100100 1011101 11010 100101 1010111 101000

Color Harmonies of #BD790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD790D

Black with #BD790D

Text Example


Text Example

White with #BD790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD790D; }

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

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

background-color css

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

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

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

border-color css

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

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

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