Html Css Color HEX #BD800C Dark Goldenrod

📋 copy color: '#BD800C'

red 189 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #BD800C

Tints of Dark Goldenrod #BD800C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 57.45%
G = 38.91%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD800C (or 0xBD800C) is known color: Dark Goldenrod. HEX triplet: BD, 80 and 0C. RGB value is (189,128,12). Sum of RGB (Red+Green+Blue) = 189+128+12=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD800C is #427FF3. Grayscale: #858585. Windows color (decimal): -4358132 or 819389. OLE color: 819389.

HSL color Cylindrical-coordinate representation of color #BD800C: hue angle of 39.32º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD800C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 128 12 -
CMYK 0 0.32 0.94 0.26
HSL 39.32º 0.88% 0.39% -
HSV(B) 39.32º 0.94% 0.74% -
XYZ 28.77 26.28 3.9 -
YUV 133.02 59.71 167.93 -
System Red Green Blue C M Y K H S L
Decimal 189 128 12 0 0.32 0.94 0.26 39.32 0.88 0.39
Hex BD 80 C 0 20 5E 1A 27 58 27
Octal 275 200 14 0 40 136 32 47 130 47
Binary 10111101 10000000 1100 0 100000 1011110 11010 100111 1011000 100111

Color Harmonies of #BD800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD800C

Black with #BD800C

Text Example


Text Example

White with #BD800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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