Html Css Color HEX #C18408 Dark Goldenrod

📋 copy color: '#C18408'

red 193 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #C18408

Tints of Dark Goldenrod #C18408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

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

R = 57.96%
G = 39.64%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C18408 (or 0xC18408) is known color: Dark Goldenrod. HEX triplet: C1, 84 and 08. RGB value is (193,132,8). Sum of RGB (Red+Green+Blue) = 193+132+8=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C18408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18408 is #3E7BF7. Grayscale: #888888. Windows color (decimal): -4094968 or 558273. OLE color: 558273.

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

Color convert

RGB 193 132 8 -
CMYK 0 0.32 0.96 0.24
HSL 40.22º 0.92% 0.39% -
HSV(B) 40.22º 0.96% 0.76% -
XYZ 30.29 27.86 4.01 -
YUV 136.1 55.71 168.58 -
System Red Green Blue C M Y K H S L
Decimal 193 132 8 0 0.32 0.96 0.24 40.22 0.92 0.39
Hex C1 84 8 0 20 60 18 28 5C 27
Octal 301 204 10 0 40 140 30 50 134 47
Binary 11000001 10000100 1000 0 100000 1100000 11000 101000 1011100 100111

Color Harmonies of #C18408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18408

Black with #C18408

Text Example


Text Example

White with #C18408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18408; }

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

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

background-color css

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

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

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

border-color css

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

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

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