Html Css Color HEX #C18C08 Dark Goldenrod

📋 copy color: '#C18C08'

red 193 ◦ green 140 ◦ blue 8

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

Shades of Dark Goldenrod #C18C08

Tints of Dark Goldenrod #C18C08

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.06%

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

R = 56.6%
G = 41.06%
B = 2.35%

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

#C18C08 (or 0xC18C08) is known color: Dark Goldenrod. HEX triplet: C1, 8C and 08. RGB value is (193,140,8). Sum of RGB (Red+Green+Blue) = 193+140+8=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18C08 is #3E73F7. Grayscale: #8D8D8D. Windows color (decimal): -4092920 or 560321. OLE color: 560321.

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

Color convert

RGB 193 140 8 -
CMYK 0 0.27 0.96 0.24
HSL 42.81º 0.92% 0.39% -
HSV(B) 42.81º 0.96% 0.76% -
XYZ 31.41 30.11 4.39 -
YUV 140.8 53.06 165.23 -
System Red Green Blue C M Y K H S L
Decimal 193 140 8 0 0.27 0.96 0.24 42.81 0.92 0.39
Hex C1 8C 8 0 1B 60 18 2B 5C 27
Octal 301 214 10 0 33 140 30 53 134 47
Binary 11000001 10001100 1000 0 11011 1100000 11000 101011 1011100 100111

Color Harmonies of #C18C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C08

Black with #C18C08

Text Example


Text Example

White with #C18C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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