Html Css Color HEX #C98D0E Dark Goldenrod

📋 copy color: '#C98D0E'

red 201 ◦ green 141 ◦ blue 14

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

Shades of Dark Goldenrod #C98D0E

Tints of Dark Goldenrod #C98D0E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 56.46%
G = 39.61%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C98D0E (or 0xC98D0E) is known color: Dark Goldenrod. HEX triplet: C9, 8D and 0E. RGB value is (201,141,14). Sum of RGB (Red+Green+Blue) = 201+141+14=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98D0E is #3672F1. Grayscale: #919191. Windows color (decimal): -3568370 or 953801. OLE color: 953801.

HSL color Cylindrical-coordinate representation of color #C98D0E: hue angle of 40.75º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C98D0E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 14 -
CMYK 0 0.30 0.93 0.21
HSL 40.75º 0.87% 0.42% -
HSV(B) 40.75º 0.93% 0.79% -
XYZ 33.69 31.5 4.72 -
YUV 144.46 54.38 168.33 -
System Red Green Blue C M Y K H S L
Decimal 201 141 14 0 0.30 0.93 0.21 40.75 0.87 0.42
Hex C9 8D E 0 1E 5D 15 29 57 2A
Octal 311 215 16 0 36 135 25 51 127 52
Binary 11001001 10001101 1110 0 11110 1011101 10101 101001 1010111 101010

Color Harmonies of #C98D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D0E

Black with #C98D0E

Text Example


Text Example

White with #C98D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D0E; }

 p { color: rgb(201,141,14); }

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

background-color css

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

 a { background-color: rgb(201,141,14); }

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

border-color css

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

 span { border-color: rgb(201,141,14); }

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