Html Css Color HEX #C18D08 Dark Goldenrod

📋 copy color: '#C18D08'

red 193 ◦ green 141 ◦ blue 8

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

Shades of Dark Goldenrod #C18D08

Tints of Dark Goldenrod #C18D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.23%

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

R = 56.43%
G = 41.23%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C18D08 (or 0xC18D08) is known color: Dark Goldenrod. HEX triplet: C1, 8D and 08. RGB value is (193,141,8). Sum of RGB (Red+Green+Blue) = 193+141+8=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18D08 is #3E72F7. Grayscale: #8D8D8D. Windows color (decimal): -4092664 or 560577. OLE color: 560577.

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

Color convert

RGB 193 141 8 -
CMYK 0 0.27 0.96 0.24
HSL 43.14º 0.92% 0.39% -
HSV(B) 43.14º 0.96% 0.76% -
XYZ 31.56 30.4 4.43 -
YUV 141.39 52.73 164.81 -
System Red Green Blue C M Y K H S L
Decimal 193 141 8 0 0.27 0.96 0.24 43.14 0.92 0.39
Hex C1 8D 8 0 1B 60 18 2B 5C 27
Octal 301 215 10 0 33 140 30 53 134 47
Binary 11000001 10001101 1000 0 11011 1100000 11000 101011 1011100 100111

Color Harmonies of #C18D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D08

Black with #C18D08

Text Example


Text Example

White with #C18D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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