Html Css Color HEX #C98C18 Dark Goldenrod

📋 copy color: '#C98C18'

red 201 ◦ green 140 ◦ blue 24

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

Shades of Dark Goldenrod #C98C18

Tints of Dark Goldenrod #C98C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 55.07%
G = 38.36%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C98C18 (or 0xC98C18) is known color: Dark Goldenrod. HEX triplet: C9, 8C and 18. RGB value is (201,140,24). Sum of RGB (Red+Green+Blue) = 201+140+24=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98C18 is #3673E7. Grayscale: #919191. Windows color (decimal): -3568616 or 1608905. OLE color: 1608905.

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

Color convert

RGB 201 140 24 -
CMYK 0 0.30 0.88 0.21
HSL 39.32º 0.79% 0.44% -
HSV(B) 39.32º 0.88% 0.79% -
XYZ 33.63 31.24 5.12 -
YUV 145.02 59.71 167.93 -
System Red Green Blue C M Y K H S L
Decimal 201 140 24 0 0.30 0.88 0.21 39.32 0.79 0.44
Hex C9 8C 18 0 1E 58 15 27 4F 2C
Octal 311 214 30 0 36 130 25 47 117 54
Binary 11001001 10001100 11000 0 11110 1011000 10101 100111 1001111 101100

Color Harmonies of #C98C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C18

Black with #C98C18

Text Example


Text Example

White with #C98C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C18; }

 p { color: rgb(201,140,24); }

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

background-color css

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

 a { background-color: rgb(201,140,24); }

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

border-color css

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

 span { border-color: rgb(201,140,24); }

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