Html Css Color HEX #C18106 Dark Goldenrod

📋 copy color: '#C18106'

red 193 ◦ green 129 ◦ blue 6

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

Shades of Dark Goldenrod #C18106

Tints of Dark Goldenrod #C18106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.33%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 58.84%
G = 39.33%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C18106 (or 0xC18106) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 06. RGB value is (193,129,6). Sum of RGB (Red+Green+Blue) = 193+129+6=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C18106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18106 is #3E7EF9. Grayscale: #868686. Windows color (decimal): -4095738 or 426433. OLE color: 426433.

HSL color Cylindrical-coordinate representation of color #C18106: hue angle of 39.47º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C18106 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 6 -
CMYK 0 0.33 0.97 0.24
HSL 39.47º 0.94% 0.39% -
HSV(B) 39.47º 0.97% 0.76% -
XYZ 29.88 27.05 3.82 -
YUV 134.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 193 129 6 0 0.33 0.97 0.24 39.47 0.94 0.39
Hex C1 81 6 0 21 61 18 27 5E 27
Octal 301 201 6 0 41 141 30 47 136 47
Binary 11000001 10000001 110 0 100001 1100001 11000 100111 1011110 100111

Color Harmonies of #C18106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18106

Black with #C18106

Text Example


Text Example

White with #C18106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18106; }

 p { color: rgb(193,129,6); }

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

background-color css

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

 a { background-color: rgb(193,129,6); }

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

border-color css

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

 span { border-color: rgb(193,129,6); }

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