Html Css Color HEX #C98F12 Dark Goldenrod

📋 copy color: '#C98F12'

red 201 ◦ green 143 ◦ blue 18

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

Shades of Dark Goldenrod #C98F12

Tints of Dark Goldenrod #C98F12

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.5%

 BLUE value IS 18 (7.42% from 255) = 4.97%

R = 55.52%
G = 39.5%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C98F12 (or 0xC98F12) is known color: Dark Goldenrod. HEX triplet: C9, 8F and 12. RGB value is (201,143,18). Sum of RGB (Red+Green+Blue) = 201+143+18=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98F12 is #3670ED. Grayscale: #929292. Windows color (decimal): -3567854 or 1216457. OLE color: 1216457.

HSL color Cylindrical-coordinate representation of color #C98F12: hue angle of 40.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C98F12 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 143 18 -
CMYK 0 0.29 0.91 0.21
HSL 40.98º 0.84% 0.43% -
HSV(B) 40.98º 0.91% 0.79% -
XYZ 34.02 32.11 4.98 -
YUV 146.09 55.72 167.16 -
System Red Green Blue C M Y K H S L
Decimal 201 143 18 0 0.29 0.91 0.21 40.98 0.84 0.43
Hex C9 8F 12 0 1D 5B 15 29 54 2B
Octal 311 217 22 0 35 133 25 51 124 53
Binary 11001001 10001111 10010 0 11101 1011011 10101 101001 1010100 101011

Color Harmonies of #C98F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F12

Black with #C98F12

Text Example


Text Example

White with #C98F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F12; }

 p { color: rgb(201,143,18); }

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

background-color css

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

 a { background-color: rgb(201,143,18); }

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

border-color css

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

 span { border-color: rgb(201,143,18); }

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