Html Css Color HEX #C98F04 Dark Goldenrod

📋 copy color: '#C98F04'

red 201 ◦ green 143 ◦ blue 4

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

Shades of Dark Goldenrod #C98F04

Tints of Dark Goldenrod #C98F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 57.76%
G = 41.09%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#C98F04 (or 0xC98F04) is known color: Dark Goldenrod. HEX triplet: C9, 8F and 04. RGB value is (201,143,4). Sum of RGB (Red+Green+Blue) = 201+143+4=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98F04 is #3670FB. Grayscale: #919191. Windows color (decimal): -3567868 or 298953. OLE color: 298953.

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

Color convert

RGB 201 143 4 -
CMYK 0 0.29 0.98 0.21
HSL 42.34º 0.96% 0.4% -
HSV(B) 42.34º 0.98% 0.79% -
XYZ 33.93 32.07 4.52 -
YUV 144.5 48.72 168.3 -
System Red Green Blue C M Y K H S L
Decimal 201 143 4 0 0.29 0.98 0.21 42.34 0.96 0.4
Hex C9 8F 4 0 1D 62 15 2A 60 28
Octal 311 217 4 0 35 142 25 52 140 50
Binary 11001001 10001111 100 0 11101 1100010 10101 101010 1100000 101000

Color Harmonies of #C98F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98F04

Black with #C98F04

Text Example


Text Example

White with #C98F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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