Html Css Color HEX #C98A17 Dark Goldenrod

📋 copy color: '#C98A17'

red 201 ◦ green 138 ◦ blue 23

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

Shades of Dark Goldenrod #C98A17

Tints of Dark Goldenrod #C98A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.35%

R = 55.52%
G = 38.12%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#C98A17 (or 0xC98A17) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 17. RGB value is (201,138,23). Sum of RGB (Red+Green+Blue) = 201+138+23=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A17 is #3675E8. Grayscale: #909090. Windows color (decimal): -3569129 or 1542857. OLE color: 1542857.

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

Color convert

RGB 201 138 23 -
CMYK 0 0.31 0.89 0.21
HSL 38.76º 0.79% 0.44% -
HSV(B) 38.76º 0.89% 0.79% -
XYZ 33.33 30.66 4.97 -
YUV 143.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 201 138 23 0 0.31 0.89 0.21 38.76 0.79 0.44
Hex C9 8A 17 0 1F 59 15 27 4F 2C
Octal 311 212 27 0 37 131 25 47 117 54
Binary 11001001 10001010 10111 0 11111 1011001 10101 100111 1001111 101100

Color Harmonies of #C98A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A17

Black with #C98A17

Text Example


Text Example

White with #C98A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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