Html Css Color HEX #C18808 Dark Goldenrod

📋 copy color: '#C18808'

red 193 ◦ green 136 ◦ blue 8

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

Shades of Dark Goldenrod #C18808

Tints of Dark Goldenrod #C18808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.36%

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

R = 57.27%
G = 40.36%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C18808 (or 0xC18808) is known color: Dark Goldenrod. HEX triplet: C1, 88 and 08. RGB value is (193,136,8). Sum of RGB (Red+Green+Blue) = 193+136+8=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C18808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18808 is #3E77F7. Grayscale: #8B8B8B. Windows color (decimal): -4093944 or 559297. OLE color: 559297.

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

Color convert

RGB 193 136 8 -
CMYK 0 0.30 0.96 0.24
HSL 41.51º 0.92% 0.39% -
HSV(B) 41.51º 0.96% 0.76% -
XYZ 30.84 28.96 4.19 -
YUV 138.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 193 136 8 0 0.30 0.96 0.24 41.51 0.92 0.39
Hex C1 88 8 0 1E 60 18 2A 5C 27
Octal 301 210 10 0 36 140 30 52 134 47
Binary 11000001 10001000 1000 0 11110 1100000 11000 101010 1011100 100111

Color Harmonies of #C18808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18808

Black with #C18808

Text Example


Text Example

White with #C18808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18808; }

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

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

background-color css

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

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

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

border-color css

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

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

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