Html Css Color HEX #C98701 Dark Goldenrod

📋 copy color: '#C98701'

red 201 ◦ green 135 ◦ blue 1

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

Shades of Dark Goldenrod #C98701

Tints of Dark Goldenrod #C98701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

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

R = 59.64%
G = 40.06%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C98701 (or 0xC98701) is known color: Dark Goldenrod. HEX triplet: C9, 87 and 01. RGB value is (201,135,1). Sum of RGB (Red+Green+Blue) = 201+135+1=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C98701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98701 is #3678FE. Grayscale: #8C8C8C. Windows color (decimal): -3569919 or 100297. OLE color: 100297.

HSL color Cylindrical-coordinate representation of color #C98701: hue angle of 40.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C98701 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 135 1 -
CMYK 0 0.33 1.00 0.21
HSL 40.2º 0.99% 0.4% -
HSV(B) 40.2º 1% 0.79% -
XYZ 32.76 29.75 4.04 -
YUV 139.46 49.87 171.9 -
System Red Green Blue C M Y K H S L
Decimal 201 135 1 0 0.33 1.00 0.21 40.2 0.99 0.4
Hex C9 87 1 0 21 64 15 28 63 28
Octal 311 207 1 0 41 144 25 50 143 50
Binary 11001001 10000111 1 0 100001 1100100 10101 101000 1100011 101000

Color Harmonies of #C98701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98701

Black with #C98701

Text Example


Text Example

White with #C98701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98701; }

 p { color: rgb(201,135,1); }

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

background-color css

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

 a { background-color: rgb(201,135,1); }

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

border-color css

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

 span { border-color: rgb(201,135,1); }

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