Html Css Color HEX #C18906 Dark Goldenrod

📋 copy color: '#C18906'

red 193 ◦ green 137 ◦ blue 6

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

Shades of Dark Goldenrod #C18906

Tints of Dark Goldenrod #C18906

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 57.44%
G = 40.77%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C18906 (or 0xC18906) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 06. RGB value is (193,137,6). Sum of RGB (Red+Green+Blue) = 193+137+6=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C18906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18906 is #3E76F9. Grayscale: #8B8B8B. Windows color (decimal): -4093690 or 428481. OLE color: 428481.

HSL color Cylindrical-coordinate representation of color #C18906: hue angle of 42.03º 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 #C18906 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 137 6 -
CMYK 0 0.29 0.97 0.24
HSL 42.03º 0.94% 0.39% -
HSV(B) 42.03º 0.97% 0.76% -
XYZ 30.97 29.24 4.18 -
YUV 138.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 193 137 6 0 0.29 0.97 0.24 42.03 0.94 0.39
Hex C1 89 6 0 1D 61 18 2A 5E 27
Octal 301 211 6 0 35 141 30 52 136 47
Binary 11000001 10001001 110 0 11101 1100001 11000 101010 1011110 100111

Color Harmonies of #C18906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18906

Black with #C18906

Text Example


Text Example

White with #C18906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18906; }

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

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

background-color css

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

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

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

border-color css

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

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

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