Html Css Color HEX #C98A15 Dark Goldenrod

📋 copy color: '#C98A15'

red 201 ◦ green 138 ◦ blue 21

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

Shades of Dark Goldenrod #C98A15

Tints of Dark Goldenrod #C98A15

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

 BLUE value IS 21 (8.59% from 255) = 5.83%

R = 55.83%
G = 38.33%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C98A15 (or 0xC98A15) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 15. RGB value is (201,138,21). Sum of RGB (Red+Green+Blue) = 201+138+21=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A15 is #3675EA. Grayscale: #909090. Windows color (decimal): -3569131 or 1411785. OLE color: 1411785.

HSL color Cylindrical-coordinate representation of color #C98A15: hue angle of 39º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C98A15 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 138 21 -
CMYK 0 0.31 0.90 0.21
HSL 39º 0.81% 0.44% -
HSV(B) 39º 0.9% 0.79% -
XYZ 33.31 30.65 4.87 -
YUV 143.5 58.87 169.01 -
System Red Green Blue C M Y K H S L
Decimal 201 138 21 0 0.31 0.90 0.21 39 0.81 0.44
Hex C9 8A 15 0 1F 5A 15 27 51 2C
Octal 311 212 25 0 37 132 25 47 121 54
Binary 11001001 10001010 10101 0 11111 1011010 10101 100111 1010001 101100

Color Harmonies of #C98A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A15

Black with #C98A15

Text Example


Text Example

White with #C98A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A15; }

 p { color: rgb(201,138,21); }

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

background-color css

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

 a { background-color: rgb(201,138,21); }

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

border-color css

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

 span { border-color: rgb(201,138,21); }

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