Html Css Color HEX #C98A0A Dark Goldenrod

📋 copy color: '#C98A0A'

red 201 ◦ green 138 ◦ blue 10

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

Shades of Dark Goldenrod #C98A0A

Tints of Dark Goldenrod #C98A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 57.59%
G = 39.54%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C98A0A (or 0xC98A0A) is known color: Dark Goldenrod. HEX triplet: C9, 8A and 0A. RGB value is (201,138,10). Sum of RGB (Red+Green+Blue) = 201+138+10=349 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.59% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C98A0A is #3675F5. Grayscale: #8E8E8E. Windows color (decimal): -3569142 or 690889. OLE color: 690889.

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

Color convert

RGB 201 138 10 -
CMYK 0 0.31 0.95 0.21
HSL 40.21º 0.91% 0.41% -
HSV(B) 40.21º 0.95% 0.79% -
XYZ 33.23 30.62 4.45 -
YUV 142.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 201 138 10 0 0.31 0.95 0.21 40.21 0.91 0.41
Hex C9 8A A 0 1F 5F 15 28 5B 29
Octal 311 212 12 0 37 137 25 50 133 51
Binary 11001001 10001010 1010 0 11111 1011111 10101 101000 1011011 101001

Color Harmonies of #C98A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98A0A

Black with #C98A0A

Text Example


Text Example

White with #C98A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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