Html Css Color HEX #BD780D Dark Goldenrod

📋 copy color: '#BD780D'

red 189 ◦ green 120 ◦ blue 13

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

Shades of Dark Goldenrod #BD780D

Tints of Dark Goldenrod #BD780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.27%

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

R = 58.7%
G = 37.27%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD780D (or 0xBD780D) is known color: Dark Goldenrod. HEX triplet: BD, 78 and 0D. RGB value is (189,120,13). Sum of RGB (Red+Green+Blue) = 189+120+13=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD780D is #4287F2. Grayscale: #808080. Windows color (decimal): -4360179 or 882877. OLE color: 882877.

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

Color convert

RGB 189 120 13 -
CMYK 0 0.37 0.93 0.26
HSL 36.48º 0.87% 0.4% -
HSV(B) 36.48º 0.93% 0.74% -
XYZ 27.78 24.28 3.6 -
YUV 128.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 189 120 13 0 0.37 0.93 0.26 36.48 0.87 0.4
Hex BD 78 D 0 25 5D 1A 24 57 28
Octal 275 170 15 0 45 135 32 44 127 50
Binary 10111101 1111000 1101 0 100101 1011101 11010 100100 1010111 101000

Color Harmonies of #BD780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD780D

Black with #BD780D

Text Example


Text Example

White with #BD780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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