Html Css Color HEX #C68C12 Dark Goldenrod

📋 copy color: '#C68C12'

red 198 ◦ green 140 ◦ blue 18

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

Shades of Dark Goldenrod #C68C12

Tints of Dark Goldenrod #C68C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 55.62%
G = 39.33%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C68C12 (or 0xC68C12) is known color: Dark Goldenrod. HEX triplet: C6, 8C and 12. RGB value is (198,140,18). Sum of RGB (Red+Green+Blue) = 198+140+18=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68C12 is #3973ED. Grayscale: #8F8F8F. Windows color (decimal): -3765230 or 1215686. OLE color: 1215686.

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

Color convert

RGB 198 140 18 -
CMYK 0 0.29 0.91 0.22
HSL 40.67º 0.83% 0.42% -
HSV(B) 40.67º 0.91% 0.78% -
XYZ 32.78 30.81 4.79 -
YUV 143.43 57.22 166.92 -
System Red Green Blue C M Y K H S L
Decimal 198 140 18 0 0.29 0.91 0.22 40.67 0.83 0.42
Hex C6 8C 12 0 1D 5B 16 29 53 2A
Octal 306 214 22 0 35 133 26 51 123 52
Binary 11000110 10001100 10010 0 11101 1011011 10110 101001 1010011 101010

Color Harmonies of #C68C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C12

Black with #C68C12

Text Example


Text Example

White with #C68C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C12; }

 p { color: rgb(198,140,18); }

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

background-color css

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

 a { background-color: rgb(198,140,18); }

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

border-color css

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

 span { border-color: rgb(198,140,18); }

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