Html Css Color HEX #C98A13 Dark Goldenrod

📋 copy color: '#C98A13'

red 201 ◦ green 138 ◦ blue 19

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

Shades of Dark Goldenrod #C98A13

Tints of Dark Goldenrod #C98A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 56.15%
G = 38.55%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C98A13 (or 0xC98A13) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 13. RGB value is (201,138,19). Sum of RGB (Red+Green+Blue) = 201+138+19=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A13 is #3675EC. Grayscale: #8F8F8F. Windows color (decimal): -3569133 or 1280713. OLE color: 1280713.

HSL color Cylindrical-coordinate representation of color #C98A13: hue angle of 39.23º degrees, saturation: 0.83, 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 #C98A13 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 138 19 -
CMYK 0 0.31 0.91 0.21
HSL 39.23º 0.83% 0.43% -
HSV(B) 39.23º 0.91% 0.79% -
XYZ 33.29 30.64 4.78 -
YUV 143.27 57.87 169.18 -
System Red Green Blue C M Y K H S L
Decimal 201 138 19 0 0.31 0.91 0.21 39.23 0.83 0.43
Hex C9 8A 13 0 1F 5B 15 27 53 2B
Octal 311 212 23 0 37 133 25 47 123 53
Binary 11001001 10001010 10011 0 11111 1011011 10101 100111 1010011 101011

Color Harmonies of #C98A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A13

Black with #C98A13

Text Example


Text Example

White with #C98A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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