Html Css Color HEX #C18E0F Dark Goldenrod

📋 copy color: '#C18E0F'

red 193 ◦ green 142 ◦ blue 15

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

Shades of Dark Goldenrod #C18E0F

Tints of Dark Goldenrod #C18E0F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.57%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 55.14%
G = 40.57%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C18E0F (or 0xC18E0F) is known color: Dark Goldenrod. HEX triplet: C1, 8E and 0F. RGB value is (193,142,15). Sum of RGB (Red+Green+Blue) = 193+142+15=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18E0F is #3E71F0. Grayscale: #8F8F8F. Windows color (decimal): -4092401 or 1019585. OLE color: 1019585.

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

Color convert

RGB 193 142 15 -
CMYK 0 0.26 0.92 0.24
HSL 42.81º 0.86% 0.41% -
HSV(B) 42.81º 0.92% 0.76% -
XYZ 31.75 30.72 4.71 -
YUV 142.77 55.9 163.83 -
System Red Green Blue C M Y K H S L
Decimal 193 142 15 0 0.26 0.92 0.24 42.81 0.86 0.41
Hex C1 8E F 0 1A 5C 18 2B 56 29
Octal 301 216 17 0 32 134 30 53 126 51
Binary 11000001 10001110 1111 0 11010 1011100 11000 101011 1010110 101001

Color Harmonies of #C18E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E0F

Black with #C18E0F

Text Example


Text Example

White with #C18E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E0F; }

 p { color: rgb(193,142,15); }

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

background-color css

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

 a { background-color: rgb(193,142,15); }

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

border-color css

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

 span { border-color: rgb(193,142,15); }

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