Html Css Color HEX #BD6D01 Dark Goldenrod

📋 copy color: '#BD6D01'

red 189 ◦ green 109 ◦ blue 1

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

Shades of Dark Goldenrod #BD6D01

Tints of Dark Goldenrod #BD6D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.45%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 63.21%
G = 36.45%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD6D01 (or 0xBD6D01) is known color: Dark Goldenrod. HEX triplet: BD, 6D and 01. RGB value is (189,109,1). Sum of RGB (Red+Green+Blue) = 189+109+1=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6D01 is #4292FE. Grayscale: #797979. Windows color (decimal): -4363007 or 93629. OLE color: 93629.

HSL color Cylindrical-coordinate representation of color #BD6D01: hue angle of 34.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD6D01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 109 1 -
CMYK 0 0.42 0.99 0.26
HSL 34.47º 0.99% 0.37% -
HSV(B) 34.47º 0.99% 0.74% -
XYZ 26.46 21.76 2.83 -
YUV 120.61 60.5 176.78 -
System Red Green Blue C M Y K H S L
Decimal 189 109 1 0 0.42 0.99 0.26 34.47 0.99 0.37
Hex BD 6D 1 0 2A 63 1A 22 63 25
Octal 275 155 1 0 52 143 32 42 143 45
Binary 10111101 1101101 1 0 101010 1100011 11010 100010 1100011 100101

Color Harmonies of #BD6D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D01

Black with #BD6D01

Text Example


Text Example

White with #BD6D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D01; }

 p { color: rgb(189,109,1); }

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

background-color css

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

 a { background-color: rgb(189,109,1); }

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

border-color css

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

 span { border-color: rgb(189,109,1); }

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