Html Css Color HEX #C18508 Dark Goldenrod

📋 copy color: '#C18508'

red 193 ◦ green 133 ◦ blue 8

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

Shades of Dark Goldenrod #C18508

Tints of Dark Goldenrod #C18508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 57.78%
G = 39.82%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C18508 (or 0xC18508) is known color: Dark Goldenrod. HEX triplet: C1, 85 and 08. RGB value is (193,133,8). Sum of RGB (Red+Green+Blue) = 193+133+8=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C18508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18508 is #3E7AF7. Grayscale: #898989. Windows color (decimal): -4094712 or 558529. OLE color: 558529.

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

Color convert

RGB 193 133 8 -
CMYK 0 0.31 0.96 0.24
HSL 40.54º 0.92% 0.39% -
HSV(B) 40.54º 0.96% 0.76% -
XYZ 30.42 28.13 4.06 -
YUV 136.69 55.38 168.16 -
System Red Green Blue C M Y K H S L
Decimal 193 133 8 0 0.31 0.96 0.24 40.54 0.92 0.39
Hex C1 85 8 0 1F 60 18 29 5C 27
Octal 301 205 10 0 37 140 30 51 134 47
Binary 11000001 10000101 1000 0 11111 1100000 11000 101001 1011100 100111

Color Harmonies of #C18508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18508

Black with #C18508

Text Example


Text Example

White with #C18508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18508; }

 p { color: rgb(193,133,8); }

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

background-color css

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

 a { background-color: rgb(193,133,8); }

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

border-color css

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

 span { border-color: rgb(193,133,8); }

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