Html Css Color HEX #C98506 Dark Goldenrod

📋 copy color: '#C98506'

red 201 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #C98506

Tints of Dark Goldenrod #C98506

RGB

 RED value IS 201 (78.91% from 255) = 59.12%

 GREEN value IS 133 (52.34% from 255) = 39.12%

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 59.12%
G = 39.12%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#C98506 (or 0xC98506) is known color: Dark Goldenrod. HEX triplet: C9, 85 and 06. RGB value is (201,133,6). Sum of RGB (Red+Green+Blue) = 201+133+6=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C98506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98506 is #367AF9. Grayscale: #8B8B8B. Windows color (decimal): -3570426 or 427465. OLE color: 427465.

HSL color Cylindrical-coordinate representation of color #C98506: hue angle of 39.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C98506 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 133 6 -
CMYK 0 0.34 0.97 0.21
HSL 39.08º 0.94% 0.41% -
HSV(B) 39.08º 0.97% 0.79% -
XYZ 32.51 29.21 4.1 -
YUV 138.85 53.03 172.33 -
System Red Green Blue C M Y K H S L
Decimal 201 133 6 0 0.34 0.97 0.21 39.08 0.94 0.41
Hex C9 85 6 0 22 61 15 27 5E 29
Octal 311 205 6 0 42 141 25 47 136 51
Binary 11001001 10000101 110 0 100010 1100001 10101 100111 1011110 101001

Color Harmonies of #C98506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98506

Black with #C98506

Text Example


Text Example

White with #C98506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98506; }

 p { color: rgb(201,133,6); }

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

background-color css

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

 a { background-color: rgb(201,133,6); }

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

border-color css

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

 span { border-color: rgb(201,133,6); }

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