Html Css Color HEX #C98D02 Dark Goldenrod

📋 copy color: '#C98D02'

red 201 ◦ green 141 ◦ blue 2

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

Shades of Dark Goldenrod #C98D02

Tints of Dark Goldenrod #C98D02

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 58.43%
G = 40.99%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#C98D02 (or 0xC98D02) is known color: Dark Goldenrod. HEX triplet: C9, 8D and 02. RGB value is (201,141,2). Sum of RGB (Red+Green+Blue) = 201+141+2=344 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.43% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98D02 is #3672FD. Grayscale: #8F8F8F. Windows color (decimal): -3568382 or 167369. OLE color: 167369.

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

Color convert

RGB 201 141 2 -
CMYK 0 0.30 0.99 0.21
HSL 41.91º 0.98% 0.4% -
HSV(B) 41.91º 0.99% 0.79% -
XYZ 33.62 31.47 4.36 -
YUV 143.09 48.38 169.3 -
System Red Green Blue C M Y K H S L
Decimal 201 141 2 0 0.30 0.99 0.21 41.91 0.98 0.4
Hex C9 8D 2 0 1E 63 15 2A 62 28
Octal 311 215 2 0 36 143 25 52 142 50
Binary 11001001 10001101 10 0 11110 1100011 10101 101010 1100010 101000

Color Harmonies of #C98D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D02

Black with #C98D02

Text Example


Text Example

White with #C98D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D02; }

 p { color: rgb(201,141,2); }

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

background-color css

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

 a { background-color: rgb(201,141,2); }

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

border-color css

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

 span { border-color: rgb(201,141,2); }

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