Html Css Color HEX #C68E0E Dark Goldenrod

📋 copy color: '#C68E0E'

red 198 ◦ green 142 ◦ blue 14

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

Shades of Dark Goldenrod #C68E0E

Tints of Dark Goldenrod #C68E0E

RGB

 RED value IS 198 (77.73% from 255) = 55.93%

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

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 55.93%
G = 40.11%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C68E0E (or 0xC68E0E) is known color: Dark Goldenrod. HEX triplet: C6, 8E and 0E. RGB value is (198,142,14). Sum of RGB (Red+Green+Blue) = 198+142+14=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68E0E is #3971F1. Grayscale: #909090. Windows color (decimal): -3764722 or 954054. OLE color: 954054.

HSL color Cylindrical-coordinate representation of color #C68E0E: hue angle of 41.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C68E0E is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 142 14 -
CMYK 0 0.28 0.93 0.22
HSL 41.74º 0.87% 0.42% -
HSV(B) 41.74º 0.93% 0.78% -
XYZ 33.04 31.38 4.73 -
YUV 144.15 54.55 166.41 -
System Red Green Blue C M Y K H S L
Decimal 198 142 14 0 0.28 0.93 0.22 41.74 0.87 0.42
Hex C6 8E E 0 1C 5D 16 2A 57 2A
Octal 306 216 16 0 34 135 26 52 127 52
Binary 11000110 10001110 1110 0 11100 1011101 10110 101010 1010111 101010

Color Harmonies of #C68E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E0E

Black with #C68E0E

Text Example


Text Example

White with #C68E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E0E; }

 p { color: rgb(198,142,14); }

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

background-color css

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

 a { background-color: rgb(198,142,14); }

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

border-color css

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

 span { border-color: rgb(198,142,14); }

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