Html Css Color HEX #C1900A Dark Goldenrod

📋 copy color: '#C1900A'

red 193 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #C1900A

Tints of Dark Goldenrod #C1900A

RGB

 RED value IS 193 (75.78% from 255) = 55.62%

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 55.62%
G = 41.5%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1900A (or 0xC1900A) is known color: Dark Goldenrod. HEX triplet: C1, 90 and 0A. RGB value is (193,144,10). Sum of RGB (Red+Green+Blue) = 193+144+10=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C1900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1900A is #3E6FF5. Grayscale: #8F8F8F. Windows color (decimal): -4091894 or 692417. OLE color: 692417.

HSL color Cylindrical-coordinate representation of color #C1900A: hue angle of 43.93º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1900A is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 144 10 -
CMYK 0 0.25 0.95 0.24
HSL 43.93º 0.9% 0.4% -
HSV(B) 43.93º 0.95% 0.76% -
XYZ 32.02 31.31 4.64 -
YUV 143.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 193 144 10 0 0.25 0.95 0.24 43.93 0.9 0.4
Hex C1 90 A 0 19 5F 18 2C 5A 28
Octal 301 220 12 0 31 137 30 54 132 50
Binary 11000001 10010000 1010 0 11001 1011111 11000 101100 1011010 101000

Color Harmonies of #C1900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1900A

Black with #C1900A

Text Example


Text Example

White with #C1900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1900A; }

 p { color: rgb(193,144,10); }

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

background-color css

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

 a { background-color: rgb(193,144,10); }

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

border-color css

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

 span { border-color: rgb(193,144,10); }

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